Class DocumentDefaultStyle
Provides document-wide default character and paragraph properties that serve as the baseline for all content before styles or direct formatting are applied.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class DocumentDefaultStyle
Properties
CharacterProperties
Gets the default character properties applied to all text runs unless overridden by styles or direct formatting.
Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
|
CharacterProperties
The character properties. |
ParagraphProperties
Gets the default paragraph properties applied to all paragraphs unless overridden by styles or direct formatting.
Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
|
ParagraphProperties
The paragraph properties. |