Einhugur OpenDocument Text Plugin for Xojo |
|
EinhugurODT.ItemType Enum
Enum representing items types that can be under paragraph structure.
enum EinhugurODT.ItemType
Constants
Simple = 0 | Simple text. This will be represented in a Run class. |
Complex = 1 | Text with styling. This will be represented in a Run class. |
Hyperlink = 2 | Hyperlink. |
DrawFrame = 3 | Draw frame. |
PageCount = 4 | Page count. |
PageNumber = 5 | Page number. |
SymbolLineFeed = 6 | The item type is a line feed. |
SymbolSpace = 7 | The item type is a space. |