ooodev.adapter.text.text_portion_type_kind module

class ooodev.adapter.text.text_portion_type_kind.TextPortionTypeKind(value)[source]

Bases: Enum

The type of a text portion.

BOOKMARK = 'Bookmark'

A bookmark

CONTROL_CHARACTER = 'ControlCharacter'

A control character

DOCUMENT_INDEX_MARK = 'DocumentIndexMark'

A document index mark

FOOTNOTE = 'Footnote'

A footnote or an endnote

FRAME = 'Frame'

A frame

IN_CONTENT_METADATA = 'InContentMetadata'

A text range with attached metadata

REDLINE = 'Redline'

A redline portion which is a result of the change tracking feature

REFERENCE_MARK = 'ReferenceMark'

a reference mark

RUBY = 'Ruby'

A ruby attribute which is used in Asian text

SOFT_PAGE_BREAK = 'SoftPageBreak'

A soft page break

TEXT = 'Text'

string content

TEXT_CONTENT = 'TextContent'

Text content - supplied via the interface com.sun.star.container.XContentEnumerationAccess

TEXT_FIELD = 'TextField'

a text field

UNKNOWN = 'unknown'