Skip to main content

TextLineType

Typeobject
Backlinks1

The properties of a text line within a text list.

PropertyTypeRequired
classstringRequired
styleTypeintegerRequired
levelintegerRequired
isFirstbooleanRequired

class​

Required

Type

string

Value

constant: the value of this property must be equal to:

"textLineType"

styleType​

Required

Description

no description

Type

integer

Value

enum: the value of this property must be equal to one of the following values:

ValueExplanation
0
plain, not a list
1
ordered list
2
unordered list

level​

Required

Description

The hierarchy level of the text line, starting with 0(default value).

Type

integer

isFirst​

Required

Description

Whether the text line is the first line in the text list of the same hierarchy level. Only has meaning for an ordered list.

Type

boolean