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

Container (private) Private constructor.

Properties

ItemCountNumber of items in the container.
ParagraphCountReturns number of paragraphs in the container.
TableCountReturns number of tables in the container.

Methods

AppendParagraphAppends paragraph without creating run.
AppendParagraphAppends paragraph at back of the container, creating one run for the string passed in with this method.
AppendTableAppends table to the back of the container.
ApplyFieldDataApplies filed data on the container.
ItemReturns item at given index. (Paragraphs or tables)
ItemsReturns DocumentItemIterator for the items in the container. This property is for using with for each statements.
ParagraphGets paragraph at given index.
ParagraphsReturns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements.
RemoveItemRemoves item from the container.
TableGets table at given index.
TablesReturns TableIterator for the tables in the container. This property is for using with for each statements.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS