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