Package com.independentsoft.office.word
Class MoveToRunContent
java.lang.Object
com.independentsoft.office.word.Markup
com.independentsoft.office.word.TrackChange
com.independentsoft.office.word.RunTrackChange
com.independentsoft.office.word.MoveToRunContent
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement,IContentRunContent,IParagraphContent,IRunLevelElement,IRunTrackChangeContent,IMathElement,ICellContent,IRowContent
The Class MoveToRunContent.
-
Field Summary
Fields inherited from class com.independentsoft.office.word.RunTrackChange
contentFields inherited from class com.independentsoft.office.word.TrackChange
author, date -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new move to run content.MoveToRunContent(InternalXMLStreamReader reader)Instantiates a new move to run content. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IRunTrackChangeContent contentElement)Adds the.clone()toString()Methods inherited from class com.independentsoft.office.word.RunTrackChange
getContentMethods inherited from class com.independentsoft.office.word.TrackChange
getAuthor, getDate, setAuthor, setDate
-
Constructor Details
-
MoveToRunContent
public MoveToRunContent()Instantiates a new move to run content. -
MoveToRunContent
Instantiates a new move to run content.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
contentElement- the content element
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement- Specified by:
getContentElementsin classRunTrackChange
-
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 interfaceIRowContent- Specified by:
clonein interfaceIRunLevelElement- Specified by:
clonein interfaceIRunTrackChangeContent- Specified by:
clonein classRunTrackChange
-
toString
-