Package | Description |
---|---|
com.aspose.pdf.api | |
com.aspose.pdf.model |
Modifier and Type | Method and Description |
---|---|
SaaSposeResponse |
PdfApi.PostCreateField(String name,
Integer page,
String storage,
String folder,
Field body)
PostCreateField
Create field.
|
FieldResponse |
PdfApi.PutUpdateField(String name,
String storage,
String folder,
String fieldName,
Field body)
PutUpdateField
Update field.
|
Modifier and Type | Method and Description |
---|---|
Field |
FieldResponse.getField()
getField
Gets Field
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
Fields.getList()
getList
Gets List
|
Modifier and Type | Method and Description |
---|---|
void |
FieldResponse.setField(Field Field)
setField
Sets Field
|
Modifier and Type | Method and Description |
---|---|
void |
Fields.setList(List<Field> List)
setList
Sets List
|
Copyright © 2016. All rights reserved.