Class CustomFieldData
java.lang.Object
com.independentsoft.office.word.fields.CustomFieldData
The Class CustomFieldData.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new custom field data.CustomFieldData(String value)Instantiates a new custom field data.CustomFieldData(String value, boolean preserveSpace)Instantiates a new custom field data. -
Method Summary
Modifier and TypeMethodDescriptionclone()getValue()Gets the value.booleanChecks if is preserve space.voidsetPreserveSpace(boolean preserveSpace)Sets the preserve space.voidSets the value.toString()
-
Constructor Details
-
CustomFieldData
public CustomFieldData()Instantiates a new custom field data. -
CustomFieldData
Instantiates a new custom field data.- Parameters:
value- the value
-
CustomFieldData
Instantiates a new custom field data.- Parameters:
value- the valuepreserveSpace- the preserve space
-
-
Method Details
-
clone
-
toString
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
isPreserveSpace
public boolean isPreserveSpace()Checks if is preserve space.- Returns:
- true, if is preserve space
-
setPreserveSpace
public void setPreserveSpace(boolean preserveSpace)Sets the preserve space.- Parameters:
preserveSpace- the new preserve space
-