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

enum EnhancedCustomShapeTextPathMode

Values
NORMAL the text is drawn along the path without scaling.  
PATH the text is fit to the path.  
SHAPE the text is fit to the bounding box of the shape.  
Values' Details
NORMAL
NORMAL,
Description
the text is drawn along the path without scaling.
PATH
PATH,
Description
the text is fit to the path.
SHAPE
SHAPE,
Description
the text is fit to the bounding box of the shape.
Top of Page