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

(Global Index)

Syntax

service BaseFrame;

Description

specifies the base service of text frames, graphic objects, and embedded objects

Included Services

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

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

Description

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


Exported Interfaces

com::sun::star::drawing::XShape [ OPTIONAL ]

Description

This interface specifies the access to the shape data (position and size) of the text frame.

This interface is valid before the text frame is attached to a surrounding text, but when attached the values can change (e.g., due to a revised layout of the surrounding text).

The position is relative to the position of the anchor [see XTextFrame::getAnchor() ]. Size and position are both measured in 100th mm. The size is not valid if the size is relative and no layout exists or if the layout is invalid.

This interface is only for the layout. In particular, the setting of values is only allowed for the layout component of the owner text of this text component.


com::sun::star::beans::XPropertySet

Description

This interface makes it possible to access the properties of this text frame.

This interface is valid before the text frame is attached to a surrounding text.


com::sun::star::container::XNamed

Description

This interface specifies the name of this text frame.

The name may be set automatically by the container if it is not set when inserted. In this case a random, unique name is assigned.


Property Summary

FrameStyleName contains the name of the frame style that is applied to this object.

Property Details



FrameStyleName

Syntax

string FrameStyleName;

Description

contains the name of the frame style that is applied to this object.

Top of Page