Properties' Details |
TextPortionType
[ readonly ] string TextPortionType;
- Description
- contains the type of the text portion.
Valid content type names are:
Text - string content
TextField - TextField content
TextContent - text content - supplied via the interface XContentEnumerationAccess
Footnote - a footnote or an endnote
ControlCharacter - a control character
ReferenceMark - a reference mark
DocumentIndexMark - a document index mark
Bookmark - a bookmark
Redline - a redline portion which is a result of the change tracking feature.
Ruby - a ruby attribute which is used in Asian text
Frame - a frame.
The text portions for reference marks and document index marks are generated twice for
each mark since they may include string content.
|
|
ControlCharacter
[ readonly ] short ControlCharacter;
- Description
- returns the control character if the text portion contains a ControlCharacter
|
|
Bookmark
XTextContent Bookmark;
- Usage Restrictions
- optional
- Description
- contains the bookmark if the portion is of the type
|
|
IsCollapsed
boolean IsCollapsed;
- Usage Restrictions
- optional
- Description
- determines whether the portion is a point only.
|
|
IsStart
boolean IsStart;
- Usage Restrictions
- optional
- Description
- determines whether the portion is a start portion if two portions are needed to include an
object (i.e. DocmentIndexMark)
|
|
Copyright © 2010 Sun Microsystems, Inc.