Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.ItemType Enum

Enum representing items types that can be under paragraph structure.

enum EinhugurODT.ItemType

Constants

Simple = 0Simple text. This will be represented in a Run class.
Complex = 1Text with styling. This will be represented in a Run class.
Hyperlink = 2Hyperlink.
DrawFrame = 3Draw frame.
PageCount = 4Page count.
PageNumber = 5Page number.
SymbolLineFeed = 6The item type is a line feed.
SymbolSpace = 7The item type is a space.