Enum StylePropertyType
Categorizes style properties by the document element type they apply to, determining their inheritance scope and applicability.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum StylePropertyType
Character
Properties that affect inline text formatting such as font, size, and color.
Document
Properties that apply document-wide defaults such as view type and default tab stops.
DocumentElement
Properties that apply to any document element regardless of specific type.
Paragraph
Properties that control paragraph-level formatting such as alignment, spacing, and indentation.
Section
Properties that define page layout settings such as size, orientation, and margins.
Table
Properties that define table-level formatting such as borders, shading, and alignment.
TableCell
Properties that affect individual cell formatting such as borders, padding, and vertical alignment.
TableRow
Properties that control row-level behavior such as height and page-break handling.