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.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public sealed class DocumentDefaultStyle

Inheritance: objectDocumentDefaultStyle

Properties

CharacterProperties

Gets the default character properties applied to all text runs unless overridden by styles or direct formatting.

Declaration

cs-api-definition
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

cs-api-definition
public ParagraphProperties ParagraphProperties { get; }

Property Value

ParagraphProperties

The paragraph properties.