Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextLayoutConstrains

Base Interface
com::sun::star::uno::XInterface

Description
specifies layout contstrains for text fields.


Known Services which Export this Interface

com::sun::star::awt::UnoControlListBox specifies a list box control.
com::sun::star::awt::UnoControlEdit specifies that UnoControlEdit implements an edit control based on UnoControl .

Methods' Summary

getMinimumSize
getColumnsAndLines

Methods' Details

getMinimumSize
 
com::sun::star::awt::Size
getMinimumSize(
[ in ] short nCols,
[ in ] short nLines );

Returns
the minimum size for a given number of columns and lines.
getColumnsAndLines
 
void
getColumnsAndLines(
[ out ] short nCols,
[ out ] short nLines );

Returns
returns the ideal number of columns and lines to display this text.

Top of Page