Style.FontItalic Property

Returns or sets the formatting style's font italic attribute.

Syntax

Style.FontItalic [= value]
Setting Description
0 The text is not formatted with the font italic attribute.
1 The text is formatted with the font italic attribute.
2 Indicates that the font italic attribute is inherited from the paragraph's style. This value is possible only for character-based styles.

Data Types

Integer.

Limitations

Run time only.

See Also