Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Paragraph Class

Class which represents paragraphs in the document.

Paragraphs can be top level or can exist inside TableCell objects. (Note tables are not supported yet)

Paragraphs contain zero too many Runs. The runs actually carry the text parts and the styling for each part.

EinhugurODT.DocumentItem
   Paragraph

class EinhugurODT.Paragraph

Constructors

Paragraph (private) Private constructor.

Properties

AutoStyleReturns object for automatic styling for the Paragraph.
ItemCountReturns number of items under the Paragraph.
LanguageCodeReturns the language code for the Paragraph or empty string. (Read only property)
TextSets or gets combined text for all Runs in the Paragraph.

Methods

AppendHyperlinkAppends Hyperlink to the Paragraph.
AppendImageAppends image to the paragraph using internal path of previously attached image.
AppendImageAppends image to the paragraph.
AppendItemAppends item of special type such as for example Page Number to the paragraph.
AppendRunAppends run to the paragraph.
ApplyFieldDataApplies field data to the given Paragraph only.
ItemReturns Item at given index from under the Paragraph.
ItemsReturns ParagraphItemIterator for the items in the paragraph. This function is for using with for each statements.
RemoveItemRemoves ParagraphItem from the Paragraph.
SetLanguageCodeSets language code for the Paragraph and optionally all runs under the paragraph.

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