Class TextBoxFormFieldProperties
java.lang.Object
com.independentsoft.office.word.fields.TextBoxFormFieldProperties
The Class TextBoxFormFieldProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new text box form field properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the default.Gets the format.intGets the max length.getType()Gets the type.voidsetDefault(String defaultValue)Sets the default.voidSets the format.voidsetMaxLength(int maxLength)Sets the max length.voidsetType(TextBoxFormFieldType type)Sets the type.toString()
-
Constructor Details
-
TextBoxFormFieldProperties
public TextBoxFormFieldProperties()Instantiates a new text box form field properties.
-
-
Method Details
-
clone
-
toString
-
getDefault
Gets the default.- Returns:
- the default
-
setDefault
Sets the default.- Parameters:
defaultValue- the new default
-
getFormat
Gets the format.- Returns:
- the format
-
setFormat
Sets the format.- Parameters:
format- the new format
-
getMaxLength
public int getMaxLength()Gets the max length.- Returns:
- the max length
-
setMaxLength
public void setMaxLength(int maxLength)Sets the max length.- Parameters:
maxLength- the new max length
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-