Enum
StylePropertyType

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:

cs-api-definition
public enum StylePropertyType

Fields

Character

Properties that affect inline text formatting such as font, size, and color.

Declaration

cs-api-definition
Character = 0

Field Value

StylePropertyType

Document

Properties that apply document-wide defaults such as view type and default tab stops.

Declaration

cs-api-definition
Document = 6

Field Value

StylePropertyType

DocumentElement

Properties that apply to any document element regardless of specific type.

Declaration

cs-api-definition
DocumentElement = 7

Field Value

StylePropertyType

Paragraph

Properties that control paragraph-level formatting such as alignment, spacing, and indentation.

Declaration

cs-api-definition
Paragraph = 1

Field Value

StylePropertyType

Section

Properties that define page layout settings such as size, orientation, and margins.

Declaration

cs-api-definition
Section = 5

Field Value

StylePropertyType

Table

Properties that define table-level formatting such as borders, shading, and alignment.

Declaration

cs-api-definition
Table = 2

Field Value

StylePropertyType

TableCell

Properties that affect individual cell formatting such as borders, padding, and vertical alignment.

Declaration

cs-api-definition
TableCell = 4

Field Value

StylePropertyType

TableRow

Properties that control row-level behavior such as height and page-break handling.

Declaration

cs-api-definition
TableRow = 3

Field Value

StylePropertyType