| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
specifies the layout constraints for a text field. More...
import "XTextLayoutConstrains.idl";
 
  
| Public Member Functions | |
| com::sun::star::awt::Size | getMinimumSize ([in] short nCols, [in] short nLines) | 
| returns the minimum size for a given number of columns and lines. | |
| void | getColumnsAndLines ([out] short nCols, [out] short nLines) | 
| returns the ideal number of columns and lines for displaying this text. | |
| 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. | |
specifies the layout constraints for a text field.
| void getColumnsAndLines | ( | [out] short | nCols, | 
| [out] short | nLines ) | 
returns the ideal number of columns and lines for displaying this text.
| com::sun::star::awt::Size getMinimumSize | ( | [in] short | nCols, | 
| [in] short | nLines ) | 
returns the minimum size for a given number of columns and lines.