service TextContent in module com::sun::star::text::

(Global Index)

Syntax

service TextContent;

Description

is an object which can be anchored in a text, like instances of TextFrame or TextFields .

If the concrete TextContent has a textual representation which fades into the surrounding text, then XTextField is used.

If the concrete TextContent has a "floating" object, like a graphic, XShape is used.

See also

TextField

See also

TextTable

See also

TextFrame

See also

TextSection

See also

TextGraphicObject

See also

TextEmbeddedObject

Exported Interfaces

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

Description

This interface is used for the attachment of this text content to the surrounding text.


Property Summary

AnchorType specifies how the text content is attached to its surrounding Text .

AnchorTypes contains the anchor type of the text content.

TextWrap specifies if the text content is a shape and how the text is wrapped around the shape.

Property Details



AnchorType [ O P T I O N A L ]

Syntax

com::sun::star::text::TextContentAnchorType AnchorType;

Description

specifies how the text content is attached to its surrounding Text .


AnchorTypes [ O P T I O N A L ]

Syntax

[readonly] sequence< com::sun::star::text::TextContentAnchorType > AnchorTypes;

Description

contains the anchor type of the text content.

See also

TextContentAnchorType

TextWrap [ O P T I O N A L ]

Syntax

com::sun::star::text::WrapTextMode TextWrap;

Description

specifies if the text content is a shape and how the text is wrapped around the shape.

Top of Page