|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
com.spire.doc.DocumentBase
com.spire.doc.fields.ParagraphBase
com.spire.doc.documents.CommentMark
public class CommentMark
Represents a container for text of a comment. Class represents comment start marker
Constructor Summary | |
---|---|
CommentMark(IDocument doc)
Initializes a new instance of the CommentMark class. |
Method Summary | |
---|---|
int |
getCommentId()
Gets the id of the comment this mark refers to. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
CommentMarkType |
getType()
Gets the type of the CommentMark. |
void |
setCommentId(int value)
sets the id of the comment this mark refers to. |
void |
setType(CommentMarkType value)
sets the type of the CommentMark. |
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getAncestor, getCharacterFormat, getChildObjects, getOwnerParagraph, getStyleName, isDeleteRevision, isInsertRevision |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, toString |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
deepClone, getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite |
Methods inherited from interface com.spire.doc.documents.IRunAttrSource |
---|
clearRunAttrs, fetchInheritedRunAttr, getDirectRunAttr, getDirectRunAttrByIndex, getDirectRunAttrsCount, setRunAttr |
Constructor Detail |
---|
public CommentMark(IDocument doc)
doc
- The doc.Method Detail |
---|
public int getCommentId()
public void setCommentId(int value)
value
- The comment id.public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class DocumentObject
public CommentMarkType getType()
public void setType(CommentMarkType value)
value
- The type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |