|
|||||||||
| 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(IDocument doc,
CommentMarkType type)
Initializes a new instance of the |
|
| Method Summary | |
|---|---|
int |
getCommentId()
Gets or sets the id of the comment this mark refers to. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
CommentMarkType |
getType()
Gets or sets the type of the CommentMark. |
void |
setCommentId(int value)
Gets or sets the id of the comment this mark refers to. |
void |
setType(CommentMarkType value)
Gets or sets the type of the CommentMark. |
| Methods inherited from class com.spire.doc.fields.ParagraphBase |
|---|
applyCharacterFormat, applyStyle, getCharacterFormat, getChildObjects, getDeleteRevision, getInsertRevision, getNextWidgetSibling, getOwnerParagraph, getPreviousWidgetSibling, getStyleName, isDeleteRevision, isInsertRevision |
| Methods inherited from class com.spire.doc.DocumentObject |
|---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, prependChild, 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 |
| Constructor Detail |
|---|
public CommentMark(IDocument doc)
doc - The doc.
public CommentMark(IDocument doc,
CommentMarkType type)
doc - The document.type - The comment mark type.| Method Detail |
|---|
public int getCommentId()
public void setCommentId(int value)
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType in interface IDocumentObjectgetDocumentObjectType in class DocumentObjectpublic CommentMarkType getType()
public void setType(CommentMarkType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||