Syntax
interface XFixedText : com::sun::star::uno::XInterface ;
Description
makes it possible to access the text and formatting of a test field.
Known Services Which Export this Interface
|
com::sun::star::awt::UnoControlFixedText -
Method Details
|
|
Syntax
- oneway void setText
(
- string Text );
Description
sets the text to display in the text field.
Syntax
- string getText
();
Returns
-
the text which is currently displayed in the text field.
Syntax
- oneway void setAlignment
(
- short nAlign );
Description
sets the TextAlign for this field.
Syntax
- short getAlignment
();
Returns
-
the currently set TextAlign for this field.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.