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
Properties
AutoStyle | Returns object for automatic styling for the Paragraph. |
ItemCount | Returns number of items under the Paragraph. |
LanguageCode | Returns the language code for the Paragraph or empty string. (Read only property) |
Text | Sets or gets combined text for all Runs in the Paragraph. |
Methods
AppendHyperlink | Appends Hyperlink to the Paragraph. |
AppendImage | Appends image to the paragraph using internal path of previously attached image. |
AppendImage | Appends image to the paragraph. |
AppendItem | Appends item of special type such as for example Page Number to the paragraph. |
AppendRun | Appends run to the paragraph. |
ApplyFieldData | Applies field data to the given Paragraph only. |
Item | Returns Item at given index from under the Paragraph. |
Items | Returns ParagraphItemIterator for the items in the paragraph. This function is for using with for each statements. |
RemoveItem | Removes ParagraphItem from the Paragraph. |
SetLanguageCode | Sets language code for the Paragraph and optionally all runs under the paragraph. |
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