LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XFixedHyperlink_idl__
20 #define __com_sun_star_awt_XFixedHyperlink_idl__
26 module
com { module sun { module star { module awt {
gives access to the text and formatting of a fixed hyperlink field.
Definition: XFixedHyperlink.idl:32
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:34
Definition: Ambiguous.idl:22
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:48