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