Class CommentReference

java.lang.Object
com.independentsoft.office.word.CommentReference
All Implemented Interfaces:
IContentElement, IRunContent

public class CommentReference extends Object implements IRunContent
The Class CommentReference.
  • 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

      public CommentReference(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new comment reference.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details