Package com.independentsoft.office.word
Class MarkupRange
java.lang.Object
com.independentsoft.office.word.Markup
com.independentsoft.office.word.MarkupRange
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement,IContentRunContent,IParagraphContent,IRangeMarkupElement,IRunLevelElement,IRunTrackChangeContent,IMathElement,ICellContent,IRowContent
- Direct Known Subclasses:
BookmarkEnd,BookmarkRange,CommentRangeEnd,CommentRangeStart,MoveFromRangeEnd,MoveToRangeEnd
The Class MarkupRange.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MarkupRangeclone()abstract List<IContentElement>Gets the displaced by custom xml.voidsetDisplacedByCustomXml(DisplacedByCustomXml displacedByCustomXml)Sets the displaced by custom xml.
-
Field Details
-
displacedByCustomXml
-
-
Constructor Details
-
MarkupRange
public MarkupRange()
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIBlockContent- Specified by:
clonein interfaceIBlockElement- Specified by:
clonein interfaceICellContent- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIContentRunContent- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIParagraphContent- Specified by:
clonein interfaceIRangeMarkupElement- Specified by:
clonein interfaceIRowContent- Specified by:
clonein interfaceIRunLevelElement- Specified by:
clonein interfaceIRunTrackChangeContent- Specified by:
clonein classMarkup
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
getDisplacedByCustomXml
Gets the displaced by custom xml.- Returns:
- the displaced by custom xml
-
setDisplacedByCustomXml
Sets the displaced by custom xml.- Parameters:
displacedByCustomXml- the new displaced by custom xml
-