Click or drag to resize

StyleIsDefault Property

When true, this style is the default for this style type.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool IsDefault { get; set; }

Property Value

Boolean
Remarks
This property is used in conjunction with the StyleType to determine that this style is applied to a format that do not explicitly refers to the style.
See Also