:: com :: sun :: star :: text ::
|
service ChainedTextFrame |
- Description
- extends a TextFrame which shares the same Text
with other 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 - Summary |
TextFrame |
- (referenced entity's summary:)
- specifies a rectangular shape which contains a Text object
and is attached to a piece of surrounding 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
|
Included Services - Details |
TextFrame
- (referenced entity's summary:)
- specifies a rectangular shape which contains a Text object
and is attached to a piece of surrounding Text.
|
|
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 © 2010 Sun Microsystems, Inc.