Package com.independentsoft.office.word
Class DeletedRunContent
java.lang.Object
com.independentsoft.office.word.Markup
com.independentsoft.office.word.TrackChange
com.independentsoft.office.word.RunTrackChange
com.independentsoft.office.word.DeletedRunContent
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement,IContentRunContent,IParagraphContent,IRunLevelElement,IRunTrackChangeContent,IMathElement,ICellContent,IRowContent
The Class DeletedRunContent.
-
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 deleted run content.DeletedRunContent(InternalXMLStreamReader reader)Instantiates a new deleted 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
-
DeletedRunContent
public DeletedRunContent()Instantiates a new deleted run content. -
DeletedRunContent
Instantiates a new deleted 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
-