Class ComplexField
java.lang.Object
com.independentsoft.office.word.fields.ComplexField
- All Implemented Interfaces:
IContentElement,IRunContent
The Class ComplexField.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new complex field.ComplexField(InternalXMLStreamReader reader)Instantiates a new complex field.ComplexField(ComplexFieldCharacterType characterType)Instantiates a new complex field. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the character type.Gets the custom field data.getDirty()Gets the dirty.Gets the form field properties.getLock()Gets the lock.Gets the previous numbering field properties.voidsetCharacterType(ComplexFieldCharacterType characterType)Sets the character type.voidsetCustomFieldData(CustomFieldData customFieldData)Sets the custom field data.voidsetDirty(ExtendedBoolean dirty)Sets the dirty.voidsetLock(ExtendedBoolean lockfield)Sets the lock.toString()
-
Constructor Details
-
ComplexField
public ComplexField()Instantiates a new complex field. -
ComplexField
Instantiates a new complex field.- Parameters:
characterType- the character type
-
ComplexField
Instantiates a new complex field.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRunContent- Overrides:
clonein classObject
-
toString
-
getFormFieldProperties
Gets the form field properties.- Returns:
- the form field properties
-
getPreviousNumberingFieldProperties
Gets the previous numbering field properties.- Returns:
- the previous numbering field properties
-
getCustomFieldData
Gets the custom field data.- Returns:
- the custom field data
-
setCustomFieldData
Sets the custom field data.- Parameters:
customFieldData- the new custom field data
-
getLock
Gets the lock.- Returns:
- the lock
-
setLock
Sets the lock.- Parameters:
lockfield- the new lock
-
getDirty
Gets the dirty.- Returns:
- the dirty
-
setDirty
Sets the dirty.- Parameters:
dirty- the new dirty
-
getCharacterType
Gets the character type.- Returns:
- the character type
-
setCharacterType
Sets the character type.- Parameters:
characterType- the new character type
-