interface XFixedText in module com::sun::star::awt::

(Global Index)

Syntax

interface XFixedText : com::sun::star::uno::XInterface ;

Description

makes it possible to access the text and formatting of a test field.

Method Summary

setText sets the text to display in the text field.

getText

setAlignment sets the TextAlign for this field.

getAlignment

Known Services Which Export this Interface

com::sun::star::awt::UnoControlFixedText

Method Details



setText

Syntax

oneway void setText (
string Text );

Description

sets the text to display in the text field.


getText

Syntax

string getText ();

Returns

the text which is currently displayed in the text field.

setAlignment

Syntax

oneway void setAlignment (
short nAlign );

Description

sets the TextAlign for this field.


getAlignment

Syntax

short getAlignment ();

Returns

the currently set TextAlign for this field.
Top of Page