Einhugur OpenDocument Text Plugin for Xojo |
|
EinhugurODT.Container Class
Abstract class which is super class for document parts that contain other parts. Such as Document, Header, Footer and Cell. All those parts can contain Tables and Paragraphs for example.
Object
Container
class EinhugurODT.Container
Constructors
Properties
Methods
AppendParagraph | Appends paragraph without creating run. |
AppendParagraph | Appends paragraph at back of the container, creating one run for the string passed in with this method. |
AppendTable | Appends table to the back of the container. |
ApplyFieldData | Applies filed data on the container. |
Item | Returns item at given index. (Paragraphs or tables) |
Items | Returns DocumentItemIterator for the items in the container. This property is for using with for each statements. |
Paragraph | Gets paragraph at given index. |
Paragraphs | Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements. |
RemoveItem | Removes item from the container. |
Table | Gets table at given index. |
Tables | Returns TableIterator for the tables in the container. This property is for using with for each statements. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS