FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Defines editable properties for text objects in the Page Editor. More...
Public Attributes | |
boolean | fontBold |
Indicates whether the text is bold. More... | |
number | fontCharacterSpacing |
The character spacing of the text. More... | |
string | fontColor |
The color of the text. More... | |
string | fontFamily |
The font family used for the text. More... | |
boolean | fontItalic |
Indicates whether the text is italic. More... | |
number | fontSize |
The font size of the text. More... | |
Defines editable properties for text objects in the Page Editor.
This interface extends PageGraphicsObjectProperties and provides a set of properties that can be edited for text objects.
boolean TextGraphicObjectProperties::fontBold |
Indicates whether the text is bold.
number TextGraphicObjectProperties::fontCharacterSpacing |
The character spacing of the text.
string TextGraphicObjectProperties::fontColor |
The color of the text.
string TextGraphicObjectProperties::fontFamily |
The font family used for the text.
boolean TextGraphicObjectProperties::fontItalic |
Indicates whether the text is italic.
number TextGraphicObjectProperties::fontSize |
The font size of the text.