gives access to the text and formatting of a fixed hyperlink field. More...
import "XFixedHyperlink.idl";
 
  
| Public Member Functions | |
| void | setText ([in] string Text) | 
| sets the text of the control. | |
| string | getText () | 
| returns the text of the control. | |
| void | setURL ([in] string URL) | 
| sets the url of the control. | |
| string | getURL () | 
| returns the url of the control. | |
| void | setAlignment ([in] short nAlign) | 
| sets the alignment of the text in the control. | |
| short | getAlignment () | 
| returns the alignment of the text in the control. | |
| void | addActionListener ([in] com::sun::star::awt::XActionListener l) | 
| registers an event handler for click action event. | |
| void | removeActionListener ([in] com::sun::star::awt::XActionListener l) | 
| unregisters an event handler for click action event. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
gives access to the text and formatting of a fixed hyperlink field.
| void addActionListener | ( | [in] com::sun::star::awt::XActionListener | l | ) | 
registers 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.
| string getURL | ( | ) | 
returns the url of the control.
| void removeActionListener | ( | [in] com::sun::star::awt::XActionListener | l | ) | 
unregisters an event handler for click action event.
| void setAlignment | ( | [in] short | nAlign | ) | 
sets the alignment of the text in the control.
0: left 1: center 2: right
| void setText | ( | [in] string | Text | ) | 
sets the text of the control.
| void setURL | ( | [in] string | URL | ) | 
sets the url of the control.