ApiRun
Represents the ApiRun class.
Methods
Method | Returns | Description |
---|---|---|
AddLineBreak | None | Adds a line break to the current run position and starts the next element from a new line. |
AddTabStop | None | Adds a tab stop to the current run. |
AddText | None | Adds some text to the current run. |
ClearContent | None | Clears the content from the current run. |
Copy | ApiRun | Creates a copy of the current run. |
Delete | None | Deletes the current run. |
GetBold | boolean | Gets the bold property from the current text properties. |
GetCaps | boolean | Specifies whether the text with the current text properties are capitalized. |
GetClassType | "run" | Returns a type of the ApiRun class. |
GetClassType | "textPr" | Returns a type of the ApiTextPr class. |
GetDoubleStrikeout | boolean | Gets the double strikeout property from the current text properties. |
GetFill | ApiFill | Gets the text color from the current text properties. |
GetFontFamily | string | Gets the font family from the current text properties. |
GetFontNames | string[] | Returns all font names from all elements inside the current run. |
GetFontSize | hps | Gets the font size from the current text properties. |
GetItalic | boolean | Gets the italic property from the current text properties. |
GetOutLine | ApiStroke | Gets the text outline from the current text properties. |
GetSmallCaps | boolean | Specifies whether the text with the current text properties are displayed capitalized two points smaller than the actual font size. |
GetSpacing | twips | Gets the text spacing from the current text properties measured in twentieths of a point. |
GetStrikeout | boolean | Gets the strikeout property from the current text properties. |
GetTextFill | ApiFill | Gets the text fill from the current text properties. |
GetTextPr | ApiTextPr | Returns the text properties of the current run. |
GetUnderline | boolean | Gets the underline property from the current text properties. |
RemoveAllElements | None | Removes all the elements from the current run. |
SetBold | ApiTextPr | Sets the bold property to the text character. |
SetBold | ApiTextPr | Sets the bold property to the text character. |
SetCaps | ApiTextPr | Specifies that any lowercase characters in the current text run are formatted for display only as their capital letter character equivalents. |
SetCaps | ApiTextPr | Specifies that any lowercase characters in the text run are formatted for display only as their capital letter character equivalents. |
SetColor | ApiTextPr | Sets the text color for the current text run in the RGB format. |
SetDoubleStrikeout | ApiTextPr | Specifies that the contents of the current run are displayed with two horizontal lines through each character displayed on the line. |
SetDoubleStrikeout | ApiTextPr | Specifies that the contents of the run are displayed with two horizontal lines through each character displayed on the line. |
SetFill | ApiTextPr | Sets the text color to the current text run. |
SetFill | ApiTextPr | Sets the text color to the current text run. |
SetFontFamily | ApiTextPr | Sets all 4 font slots with the specified font family. |
SetFontFamily | ApiTextPr | Sets all 4 font slots with the specified font family. |
SetFontSize | ApiTextPr | Sets the font size to the characters of the current text run. |
SetFontSize | ApiTextPr | Sets the font size to the characters of the current text run. |
SetHighlight | ApiTextPr | Specifies a highlighting color which is applied as a background to the contents of the current run. |
SetItalic | ApiTextPr | Sets the italic property to the text character. |
SetItalic | ApiTextPr | Sets the italic property to the text character. |
SetLanguage | ApiTextPr | Specifies the languages which will be used to check spelling and grammar (if requested) when processing\ the contents of this text run. |
SetOutLine | ApiTextPr | Sets the text outline to the current text run. |
SetPosition | ApiTextPr | Specifies an amount by which text is raised or lowered for this run in relation to the default\ baseline of the surrounding non-positioned text. |
SetShd | ApiTextPr | Specifies the shading applied to the contents of the current text run. |
SetSmallCaps | ApiTextPr | Specifies that all the small letter characters in this text run are formatted for display only as their capital\ letter character equivalents which are two points smaller than the actual font size specified for this text. |
SetSmallCaps | ApiTextPr | Specifies that all the small letter characters in the text run are formatted for display only as their capital\ letter character equivalents which are two points smaller than the actual font size specified for this text. |
SetSpacing | ApiTextPr | Sets the text spacing measured in twentieths of a point. |
SetSpacing | ApiTextPr | Sets the text spacing measured in twentieths of a point. |
SetStrikeout | ApiTextPr | Specifies that the contents of the current run are displayed with a single horizontal line through the center of the line. |
SetStrikeout | ApiTextPr | Specifies that the contents of the run are displayed with a single horizontal line through the center of the line. |
SetTextFill | ApiTextPr | Sets the text fill to the current text run. |
SetTextPr | ApiTextPr | Sets the text properties to the current run. |
SetUnderline | ApiTextPr | Specifies that the contents of the current run are displayed along with a line appearing directly below the character\ (less than all the spacing above and below the characters on the line). |
SetUnderline | ApiTextPr | Specifies that the contents of the run are displayed along with a line appearing directly below the character\ (less than all the spacing above and below the characters on the line). |
SetVertAlign | ApiTextPr | Specifies the alignment which will be applied to the contents of the current run in relation to the default appearance of the text run:\ -"baseline" - the characters in the current text run will be aligned by the default text baseline.\ -"subscript" - the characters in the current text run will be aligned below the default text baseline.\ -"superscript" - the characters in the current text run will be aligned above the default text baseline. |
SetVertAlign | ApiTextPr | Specifies the alignment which will be applied to the contents of the run in relation to the default appearance of the run text:\ -"baseline" - the characters in the current text run will be aligned by the default text baseline.\ -"subscript" - the characters in the current text run will be aligned below the default text baseline.\ -"superscript" - the characters in the current text run will be aligned above the default text baseline. |