-
Notifications
You must be signed in to change notification settings - Fork 6
IParagraphMarkerInfo
Object representing the information for a paragraph style marker
bool? Bold
Specifies whether bold formatting should be on or off. Null if unspecified.
Color? Color
Color of the text or null if unspecified.
float? FirstLineIndent
Specifies the first line indent (in inches) applied or null if unspecified
string FontFamily
Font to use or null if using the default for the language
int? FontSize
Font size to use or null if using the default for the language
bool? Italic
Specifies whether italics formatting should be on or off. Null if unspecified.
Justification? Justification
Specifies the type of justification applied or null if unspecified.
float? LeftMargin
Specifies the left margin (in inches) applied or null if unspecified
float? LineSpacing
Specifies the line spacing (in percentage of the font height) applied or null if unspecified
string Marker
The marker (without the leading backslash or trailing space)
string Name
The name of the marker/style
float? RightMargin
Specifies the right margin (in inches) applied or null if unspecified
bool? SmallCaps
Specifies whether small-cap formatting should be on or off. Null if unspecified.
int? SpaceAfter
Specifies the space after (in points) applied or null if unspecified
int? SpaceBefore
Specifies the space before (in points) applied or null if unspecified
bool? Subscript
Specifies whether subscript formatting should be on or off. Null if unspecified.
bool? Superscript
Specifies whether superscript formatting should be on or off. Null if unspecified.
bool? Underline
Specifies whether underline formatting should be on or off. Null if unspecified.
This page is auto-generated. User edits will be lost when regenerated.