FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
TextGraphicObjectProperties Interface Reference

Defines editable properties for text objects in the Page Editor. More...

Inheritance diagram for TextGraphicObjectProperties:
PageGraphicsObjectProperties

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...
 

Detailed Description

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.

Since
9.2.0

Member Data Documentation

◆ fontBold

boolean TextGraphicObjectProperties::fontBold

Indicates whether the text is bold.

Since
9.2.0

◆ fontCharacterSpacing

number TextGraphicObjectProperties::fontCharacterSpacing

The character spacing of the text.

Since
9.2.0

◆ fontColor

string TextGraphicObjectProperties::fontColor

The color of the text.

Since
9.2.0

◆ fontFamily

string TextGraphicObjectProperties::fontFamily

The font family used for the text.

Since
9.2.0

◆ fontItalic

boolean TextGraphicObjectProperties::fontItalic

Indicates whether the text is italic.

Since
9.2.0

◆ fontSize

number TextGraphicObjectProperties::fontSize

The font size of the text.

Since
9.2.0

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.