Class DropDownListFormFieldProperties
java.lang.Object
com.independentsoft.office.word.fields.DropDownListFormFieldProperties
The Class DropDownListFormFieldProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new drop down list form field properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()longGets the default.Gets the list entries.longGets the selection.voidsetDefault(long defaultIndex)Sets the default.voidsetSelection(long selection)Sets the selection.toString()
-
Constructor Details
-
DropDownListFormFieldProperties
public DropDownListFormFieldProperties()Instantiates a new drop down list form field properties.
-
-
Method Details
-
clone
-
toString
-
getListEntries
Gets the list entries.- Returns:
- the list entries
-
getDefault
public long getDefault()Gets the default.- Returns:
- the default
-
setDefault
public void setDefault(long defaultIndex)Sets the default.- Parameters:
defaultIndex- the new default
-
getSelection
public long getSelection()Gets the selection.- Returns:
- the selection
-
setSelection
public void setSelection(long selection)Sets the selection.- Parameters:
selection- the new selection
-