Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.15 KB

TextstylestaticResponseCompound.md

File metadata and controls

22 lines (17 loc) · 1.15 KB

EzmaxApi::Object::TextstylestaticResponseCompound

Load the model package

use EzmaxApi::Object::TextstylestaticResponseCompound;

Properties

Name Type Description Notes
pki_textstylestatic_id int The unique ID of the Textstylestatic [optional]
fki_font_id int The unique ID of the Font
b_textstylestatic_bold boolean Whether the Textstylestatic is Bold or not
b_textstylestatic_underline boolean Whether the Textstylestatic is Underline or not
b_textstylestatic_italic boolean Whether the Textstylestatic is Italic or not
b_textstylestatic_strikethrough boolean Whether the Textstylestatic is Strikethrough or not
i_textstylestatic_fontcolor int The int32 representation of the Fontcolor. For example, RGB color #39435B would be 3752795
i_textstylestatic_size int The Size for the Font of the Textstylestatic

[Back to Model list] [Back to API list] [Back to README]