GetTextAttributes
MethodGetTextAttributes (Method)
Gets the Text attributes
Syntax:
Function GetTextAttributes(hTextItem As Integer, sFontName As String, fBold As Boolean, fItalic As Boolean, fUnderline As Boolean, fStrikeOut As Boolean, lCharSet As Integer) As String
The GetTextAttributes method syntax consists of the following:
Parameter |
Data Type |
Description |
hTextItem |
Integer |
The Avax handle of the text object |
sFontName |
String |
The font name of the text |
fBold |
Boolean |
True when the text is bold |
fItalic |
Boolean |
True when the text is italic |
fUnderline |
Boolean |
True when the text is underlined |
fStrikeOut |
Boolean |
True when the text is strikethrough |
lCharSet |
Integer |
The character set number for the text |
Return value:
String - The text object's text