Skip to content

Annotation::Text property

String to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.

string Text { get; set; }
string getText() throws IGRException;
void setText(string value) throws IGRException;
@property
def Text(self) -> string:
@property.setter
def Text(self, value: string)
std::wstring getText() const;
void setText(const std::wstring& value);
[propget] HRESULT Text([out, retval] BSTR *result);
[propput] HRESULT Text([in] BSTR value);

Return Value

string