com.spire.doc.documents
Class DropDownItem

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.documents.DropDownItem
All Implemented Interfaces:
IDocumentSerializable

public class DropDownItem
extends DocumentSerializable

Represents the item of drop down formfield.


Constructor Summary
DropDownItem(IDocument doc)
          Initializes a new instance of the class.
 
Method Summary
 java.lang.String getText()
          Gets or sets text
 void setText(java.lang.String value)
          Gets or sets text
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Constructor Detail

DropDownItem

public DropDownItem(IDocument doc)
Initializes a new instance of the class.

Parameters:
doc - The document
Method Detail

getText

public java.lang.String getText()
Gets or sets text


setText

public void setText(java.lang.String value)
Gets or sets text