Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Hyperlink Class

Object representing Hyperlink in OpenDocument text document.

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

EinhugurODT.ParagraphItem
   Hyperlink

class EinhugurODT.Hyperlink

Constructors

Hyperlink (private) Private constructor.

Properties

AddressAddress to link to.
ItemCountReturns number of items in the hyperlink.
LinkInternetURLReturns true if the link is a link to Internet url, else false.
OwnerParagraph (Inherited) Returns the Paragraph which owns the ParagraphItem.
TextSets or gets the text of the hyperlink
Type (Inherited) Returns the type of the ParagraphItem.

Methods

AppendRunAppends run to the Hyperlink.
ItemReturns Item by index from the hyperlink.
ItemsReturns ParagraphItemIterator for the items in the hyperlink. This function is for using with for each statements.
RemoveRunRemoves run from the Hyperlink.

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