Top   Module   Use   Manual   Index 

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

enum TextContentAnchorType


Description
specify how the text content is attached to its surrounding text.


Values

AT_PARAGRAPH
Description
The anchor of the object is set at the top left position of the paragraph.
AS_CHARACTER
Description
The object is anchored instead of a character.

The size of the object influences the height of the text line.

AT_PAGE
Description
The object is anchored to the page.

The position does not change if the content of the document is changed.

AT_FRAME
Description
The object is anchored to a text frame.
AT_CHARACTER
Description
The object is anchored to a character.

The position of the object changes if the position of this character is changed.

Top of Page