Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Run Class

The run class represents single styling context within a paragraph. The Run carries the text parts and the styling info.

ParagraphItem
   Run

class EinhugurODT.Run

Constructors

Run (private) Private constructor.

Properties

AutoStyleReturns object for automatic styling for the Run.
ItemCountReturns number of Items under the Run.
LanguageCodeSets or gets language code for the Run. For example de-DE for Germany, is-IS for Iceland, en-US for English American, etc)
OwnerParagraph (Inherited) Returns the Paragraph which owns the ParagraphItem.
TextText which the run carries.
Type (Inherited) Returns the type of the ParagraphItem.

Methods

ApplyFieldDataApplies field data to the given Run only.
ItemReturns Item at given index from under the Run.
ItemsReturns ParagraphItemIterator for the items in the Run. This function 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