enum TextContentAnchorType in module com::sun::star::text::

(Global Index)

Syntax

enum TextContentAnchorType;

Description

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

Values Summary

AT_PARAGRAPH The anchor of the object is set at the top left position of the paragraph.

AS_CHARACTER The object is anchored instead of a character.

AT_PAGE The object is anchored to the page.

AT_FRAME The object is anchored to a text frame.

AT_CHARACTER The object is anchored to a character.

Values Details



AT_PARAGRAPH

Syntax

AT_PARAGRAPH,

Description

The anchor of the object is set at the top left position of the paragraph.


AS_CHARACTER

Syntax

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

Syntax

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

Syntax

AT_FRAME,

Description

The object is anchored to a text frame.


AT_CHARACTER

Syntax

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