Package | Description |
---|---|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
FieldType |
Form.getFieldType(String fieldName)
Returns type of field.
|
FieldType |
IForm.getFieldType(String fieldName)
Returns type of field.
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FormEditor.addField(FieldType fieldType,
String fieldName,
int pageNum,
float llx,
float lly,
float urx,
float ury)
Add field of specified type to the form.
|
boolean |
IFormEditor.addField(FieldType fieldType,
String fieldName,
int pageNum,
float llx,
float lly,
float urx,
float ury)
Add field of specified type to the form.
|
boolean |
FormEditor.addField(FieldType fieldType,
String fieldName,
String initValue,
int pageNum,
float llx,
float lly,
float urx,
float ury)
Add field of specified type to the form.
|
boolean |
IFormEditor.addField(FieldType fieldType,
String fieldName,
String initValue,
int pageNum,
float llx,
float lly,
float urx,
float ury)
Add field of specified type to the form.
|
void |
FormEditor.decorateField(FieldType fieldType)
Changes visual attributes of all fields with the specified field type.
|
void |
IFormEditor.decorateField(FieldType fieldType)
Changes visual attributes of all fields with the specified field type.
|
Copyright © 2024 Aspose. All Rights Reserved.