Package com.independentsoft.office.word
Class CommentReference
java.lang.Object
com.independentsoft.office.word.CommentReference
- All Implemented Interfaces:
IContentElement,IRunContent
The Class CommentReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new comment reference.CommentReference(long id)Instantiates a new comment reference.CommentReference(InternalXMLStreamReader reader)Instantiates a new comment reference. -
Method Summary
-
Constructor Details
-
CommentReference
public CommentReference()Instantiates a new comment reference. -
CommentReference
public CommentReference(long id)Instantiates a new comment reference.- Parameters:
id- the id
-
CommentReference
Instantiates a new comment reference.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRunContent- Overrides:
clonein classObject
-
toString
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-