Skip to content

PageElement::GetStyle method

Get the named style from the page element.

Prototype

string GetStyle()
string GetStyle() throws IGRException;
def GetStyle(self) -> string
std::wstring GetStyle()

Return value

string : String containing the name, or null if not available.