TextStyle(TextParagraphProperties, TextParagraphProperties[]) Constructor
Initializes a new instance of the TextStyle class with specified settings.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
public TextStyle(
TextParagraphProperties paragraphProperties,
params TextParagraphProperties[] listLevelStyles
)
Parameters
| Name | Type |
|---|---|
| paragraphProperties | TextParagraphProperties |
| listLevelStyles | TextParagraphProperties[] |
See Also