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

service ChainedTextFrame

Included Services - Summary
TextFrame
(referenced entity's summary:)
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:)
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