Top   Module   Use   Manual   Index 

com :: sun :: star :: text ::

enum WrapTextMode


Description
enumeration values specify the text wrap around objects in a text.


Values

NONE
Description
text does not flow around the object.
THROUGHT
Description
text flow ignores the object.
PARALLEL
Description
text flows to the left and right of the object.
DYNAMIC
Description
text flow depends on the situation. The text formatting decides the best way.
LEFT
Description
text flows to the left side of the object.
RIGHT
Description
text flows to the right side of the object.
Top of Page