StyleType Element

Author-it XML Format

Description

Allows you to choose the type of style; character or paragraph. This property can only be changed when you first create the style, and will determine what other properties can be set.

The StyleType element corresponds to the "Style type" field on the "Style Definition" tab, of the Style object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Style

Values

Data Type

Range

Integer

1 or 2, where:

1 = paragraph
2 = character

Sample XML

<StyleType inherited="true">1</StyleType>