- Description
- specifies the base service of text frames, graphic objects, and embedded objects
- Developers Guide
Included Services |
::com::sun::star::text::BaseFrameProperties |
- (referenced entity's summary:)
- specifies the properties that are provided by all text frames, graphic objects, embedded objects
and frame styles.
|
::com::sun::star::text::TextContent |
- (referenced entity's summary:)
- is an object which can be anchored in a text, like instances of
::com::sun::star::text::TextFrame or ::com::sun::star::text::TextFields .
|
Exported Interfaces |
::com::sun::star::drawing::XShape |
- Usage Restrictions
- 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 ::com::sun::star::text::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.
|
Properties' Summary |
string
FrameStyleName |
contains the name of the frame style that is applied to this object.
|
Properties' Details |
FrameStyleName
string FrameStyleName;
- Description
- contains the name of the frame style that is applied to this object.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|