|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module awt {
gives access to the text and formatting of a fixed hyperlink field.
Definition: XFixedHyperlink.idl:27
void setURL([in] string URL)
sets the url of the control.
void removeActionListener([in] com::sun::star::awt::XActionListener l)
unregisters an event handler for click action event.
short getAlignment()
returns the alignment of the text in the control.
string getText()
returns the text of the control.
void setText([in] string Text)
sets the text of the control.
void addActionListener([in] com::sun::star::awt::XActionListener l)
registers an event handler for click action event.
makes it possible to receive action events.
Definition: XActionListener.idl:28
Definition: Ambiguous.idl:20
string getURL()
returns the url of the control.
void setAlignment([in] short nAlign)
sets the alignment of the text in the control.
base interface of all UNO interfaces
Definition: XInterface.idl:46