Class FormProperty
java.lang.Object
com.independentsoft.office.odf.forms.FormProperty
Defines a property that is not defined by this Standard. Each such element represents a single property, and contains its name, type and value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getName()Gets the name of a form or control element.getValue()Gets the property.Gets the value-type ov specifies the value-type.voidSets the name of a form or control element.voidSets the property.voidsetValueType(FormPropertyValueType valueType)Sets the value-type ov specifies the value-type.toString()Converts the value of the current FormProperty object to its equivalent string representation.
-
Constructor Details
-
FormProperty
public FormProperty()Initializes a new instance of the FormProperty class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current FormProperty object to its equivalent string representation. -
getName
Gets the name of a form or control element.- Returns:
- the name
-
setName
Sets the name of a form or control element.- Parameters:
name- the new name
-
getValueType
Gets the value-type ov specifies the value-type.- Returns:
- the value type
-
setValueType
Sets the value-type ov specifies the value-type.- Parameters:
valueType- the new value type
-
getValue
Gets the property.- Returns:
- the value
-
setValue
Sets the property.- Parameters:
value- the new value
-