|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.PdfCollection
com.spire.pdf.fields.PdfFieldCollection
com.spire.pdf.widget.PdfFormFieldWidgetCollection
public class PdfFormFieldWidgetCollection
Represents field collection of loaded form.
Constructor Summary | |
---|---|
PdfFormFieldWidgetCollection()
|
|
PdfFormFieldWidgetCollection(PdfFormWidget formWidget)
|
Method Summary | |
---|---|
void |
addFormField(PdfField field)
Add field |
PdfField |
get(int index)
Gets the field at the specified index. |
PdfField |
get(java.lang.String name)
Returns field with specified name. |
com.spire.ms.System.Collections.Generic.List |
getFieldNameByExportValue(java.lang.String exportValue)
Get FieldName from FormWidget by exportValue |
com.spire.ms.System.Collections.Generic.List |
getFieldNames()
Field Signature Names |
com.spire.ms.System.Collections.Generic.List<PdfField> |
getFieldsByExportValue(java.lang.String exportValue)
Gets Fields from FormWidget by exportValue |
PdfFormWidget |
getFormWidget()
Gets the form. |
void |
setFormWidget(PdfFormWidget value)
Sets the form. |
Methods inherited from class com.spire.pdf.fields.PdfFieldCollection |
---|
add, remove |
Methods inherited from class com.spire.pdf.PdfCollection |
---|
getCount, getList |
Constructor Detail |
---|
public PdfFormFieldWidgetCollection(PdfFormWidget formWidget)
public PdfFormFieldWidgetCollection()
Method Detail |
---|
public PdfField get(int index)
get
in class PdfFieldCollection
public PdfField get(java.lang.String name)
get
in class PdfFieldCollection
name
- The specified field name.public PdfFormWidget getFormWidget()
public void setFormWidget(PdfFormWidget value)
public com.spire.ms.System.Collections.Generic.List getFieldNames()
public void addFormField(PdfField field)
field
- public com.spire.ms.System.Collections.Generic.List getFieldNameByExportValue(java.lang.String exportValue)
exportValue
-
public com.spire.ms.System.Collections.Generic.List<PdfField> getFieldsByExportValue(java.lang.String exportValue)
exportValue
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |