com.spire.doc.interfaces
Interface IField

All Superinterfaces:
IDocumentObject, IParagraphBase, ITextRange
All Known Subinterfaces:
IMergeField
All Known Implementing Classes:
CheckBoxFormField, ControlField, DropDownFormField, Field, FormField, IfField, MergeField, SequenceField, TextFormField

public interface IField
extends ITextRange

Interface publishes merge field functionality


Method Summary
 FieldType getType()
          Returns field type
 void setType(FieldType value)
          Sets field type
 
Methods inherited from interface com.spire.doc.interfaces.ITextRange
applyCharacterFormat, getCharacterFormat, getText, setText
 
Methods inherited from interface com.spire.doc.interfaces.IParagraphBase
applyStyle, getOwnerParagraph, getStyleName
 
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject
deepClone, getDocument, getDocumentObjectType, getNextSibling, getOwner, getPreviousSibling, isComposite
 

Method Detail

getType

FieldType getType()
Returns field type

Returns:
FieldType

setType

void setType(FieldType value)
Sets field type

Parameters:
value - FieldType