com.spire.pdf.fields
Class PdfListFieldItem

java.lang.Object
  extended by com.spire.pdf.fields.PdfListFieldItem
All Implemented Interfaces:
IPdfWrapper

public class PdfListFieldItem
extends java.lang.Object
implements IPdfWrapper

Represents an item of the list fields.


Constructor Summary
PdfListFieldItem()
          Initializes a new instance of the class.
PdfListFieldItem(java.lang.String text, java.lang.String value)
          Initializes a new instance of the class.
 

Constructor Detail

PdfListFieldItem

public PdfListFieldItem()
Initializes a new instance of the class.


PdfListFieldItem

public PdfListFieldItem(java.lang.String text,
                        java.lang.String value)
Initializes a new instance of the class.

Parameters:
text - The item text, it is displayed in the list.
value - The item value, it is exported when form content is exported.