Skip to content

Bookmark::TextStyle property

Returns any text styling that should be applied when showing the bookmark title; see Text Styles for details.

TextStyleFlags TextStyle { get; set; }
int getTextStyle() throws IGRException;
void setTextStyle(int value) throws IGRException;
@property
def TextStyle(self) -> int:
@property.setter
def TextStyle(self, value: int)
int getTextStyle() const;
void setTextStyle(int value);

Return Value

int : See Text Styles for details

See Also