Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

enum TextFitToSizeType


Description
This enumeration specifies how the text within a shape relates to the size of the shape.


Values

NONE
Description
the text size is only defined by the font properties
PROPORTIONAL
Description
if the shape is scaled, the text character size is scaled proportional
ALLLINES
Description
like PROPORTIONAL , but the width of each text row is also scaled proportional.
RESIZEATTR
Description
if the shape is scaled, the font attributes are scaled and hard set on the text
Top of Page