:: 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 the text size is only defined by the font properties  
PROPORTIONAL if the shape is scaled, the text character size is scaled proportional  
ALLLINES like PROPORTIONAL, but the width of each text row is also scaled proportional.  
AUTOFIT if the shape is scaled, the font is scaled isotropically to fit the available space. Auto line-breaks will keep working  
Values' Details
NONE
NONE,
Description
the text size is only defined by the font properties
PROPORTIONAL
PROPORTIONAL,
Description
if the shape is scaled, the text character size is scaled proportional
ALLLINES
ALLLINES,
Description
like PROPORTIONAL, but the width of each text row is also scaled proportional.
AUTOFIT
AUTOFIT,
Description
if the shape is scaled, the font is scaled isotropically to fit the available space. Auto line-breaks will keep working
Top of Page