:: com :: sun :: star :: text ::
|
service ChainedTextFrame |
- Description
- extends a ::com::sun::star::text::TextFrame which shares the same ::com::sun::star::text::Text
with other ::com::sun::star::text::ChainedTextFrame instances that will make the text
flow through the chained frames. The text flows in the next frame if
there is no space left in the current frame.
|
Included Services |
::com::sun::star::text::TextFrame |
- (referenced entity's summary:)
- specifies a rectangular shape which contains a ::com::sun::star::drawing::Text object
and is attached to a piece of surrounding ::com::sun::star::drawing::Text .
|
Properties' Summary |
[ maybevoid ] string
ChainNextName |
name of the previous frame in the chain
|
[ maybevoid ] string
ChainPrevName |
name of the next frame in the chain
|
Properties' Details |
ChainNextName
[ maybevoid ] string ChainNextName;
- Description
- name of the previous frame in the chain
An empty string indicates that there is no previous frame.
|
|
ChainPrevName
[ maybevoid ] string ChainPrevName;
- Description
- name of the next frame in the chain
An empty string indicates that there is no next frame.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.