Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' Summary

AnchorType [ OPTIONAL ]
specifies how the text content is attached to its surrounding Text .
AnchorTypes [ OPTIONAL ]
contains the anchor type of the text content.
TextWrap [ OPTIONAL ]
specifies if the text content is a shape and how the text is wrapped around the shape.

Properties' Details

AnchorType
 
com::sun::star::text::TextContentAnchorType AnchorType;
[ OPTIONAL ]
Description
specifies how the text content is attached to its surrounding Text .
AnchorTypes
 
[ readonly ] sequence< com::sun::star::text::TextContentAnchorType > AnchorTypes;
[ OPTIONAL ]
Description
contains the anchor type of the text content.
See also
com::sun::star::text::TextContentAnchorType
TextWrap
 
com::sun::star::text::WrapTextMode TextWrap;
[ OPTIONAL ]
Description
specifies if the text content is a shape and how the text is wrapped around the shape.

Top of Page