SequenceField module

class SequenceField.SequenceField

Bases: Field, IDocumentObject

Represents a sequence field in a document.

property CaptionName: str

Returns or sets the caption name.

Returns:

The caption name.

Return type:

str

property DocumentObjectType: DocumentObjectType

Gets the type of the document object.

Returns:

The type of the document object.

Return type:

DocumentObjectType

property FormattingString: str

Gets the formatting string.

Returns:

The formatting string.

Return type:

str

property NumberFormat: CaptionNumberingFormat

Returns or sets the type of caption numbering.

Returns:

The type of caption numbering.

Return type:

CaptionNumberingFormat