New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum StylePropertyType

Fields

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

C#
Character = 0

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

C#
Document = 6

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

C#
DocumentElement = 7

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

C#
Paragraph = 1

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

C#
Section = 5

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

C#
Table = 2

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

C#
TableCell = 4

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

C#
TableRow = 3