Skip to content

IParagraphMarkerInfo

FoolRunning edited this page Jul 26, 2022 · 3 revisions

Description

Object representing the information for a paragraph style marker

Properties

Bold

bool? Bold

Specifies whether bold formatting should be on or off. Null if unspecified.


Color

Color? Color

Color of the text or null if unspecified.


FirstLineIndent

float? FirstLineIndent

Specifies the first line indent (in inches) applied or null if unspecified


FontFamily

string FontFamily

Font to use or null if using the default for the language


FontSize

int? FontSize

Font size to use or null if using the default for the language


Italic

bool? Italic

Specifies whether italics formatting should be on or off. Null if unspecified.


Justification

Justification? Justification

Specifies the type of justification applied or null if unspecified.


LeftMargin

float? LeftMargin

Specifies the left margin (in inches) applied or null if unspecified


LineSpacing

float? LineSpacing

Specifies the line spacing (in percentage of the font height) applied or null if unspecified


Marker

string Marker

The marker (without the leading backslash or trailing space)


Name

string Name

The name of the marker/style


RightMargin

float? RightMargin

Specifies the right margin (in inches) applied or null if unspecified


SmallCaps

bool? SmallCaps

Specifies whether small-cap formatting should be on or off. Null if unspecified.


SpaceAfter

int? SpaceAfter

Specifies the space after (in points) applied or null if unspecified


SpaceBefore

int? SpaceBefore

Specifies the space before (in points) applied or null if unspecified


Subscript

bool? Subscript

Specifies whether subscript formatting should be on or off. Null if unspecified.


Superscript

bool? Superscript

Specifies whether superscript formatting should be on or off. Null if unspecified.


Underline

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.

Clone this wiki locally