|
|||||||||
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.fields.FieldMark
public class FieldMark
Constructor Summary | |
---|---|
protected |
FieldMark(FieldMark fieldMark,
IDocument doc)
Initializes a new instance of the FieldMark class. |
|
FieldMark(IDocument doc,
FieldMarkType type)
Initializes a new instance of the FieldMark class. |
Method Summary | |
---|---|
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
FieldMarkType |
getType()
Gets type of field mark. |
void |
setType(FieldMarkType value)
Sets type of field mark. |
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 |
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 |
---|
protected FieldMark(FieldMark fieldMark, IDocument doc)
FieldMark
class.
doc
- The doc.fieldMark
- The type.public FieldMark(IDocument doc, FieldMarkType type)
FieldMark
class.
doc
- The doc.type
- The type.Method Detail |
---|
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class DocumentObject
public FieldMarkType getType()
public void setType(FieldMarkType value)
value
- FieldMarkType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |