com.spire.doc.fields
Class FieldMark
java.lang.Object
com.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
- All Implemented Interfaces:
- IRunAttrSource, IDocumentObject, IParagraphBase
public class FieldMark
- extends ParagraphBase
FieldMark
protected FieldMark(FieldMark fieldMark,
IDocument doc)
- Initializes a new instance of the
FieldMark
class.
- Parameters:
doc
- The doc.fieldMark
- The type.
FieldMark
public FieldMark(IDocument doc,
FieldMarkType type)
- Initializes a new instance of the
FieldMark
class.
- Parameters:
doc
- The doc.type
- The type.
getDocumentObjectType
public DocumentObjectType getDocumentObjectType()
- Gets the type of the document object.
- Specified by:
getDocumentObjectType
in interface IDocumentObject
- Specified by:
getDocumentObjectType
in class DocumentObject
- Returns:
- The type of the document object.
getType
public FieldMarkType getType()
- Gets type of field mark.
- Returns:
- FieldMarkType
setType
public void setType(FieldMarkType value)
- Sets type of field mark.
- Parameters:
value
- FieldMarkType