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 |
---|---|
FormFieldFacade |
FormEditor.getFacade()
Gets visual attributes of the field.
|
FormFieldFacade |
IFormEditor.getFacade()
Gets visual attributes of the field.
|
FormFieldFacade |
Form.getFieldFacade(String fieldName)
Returns FrofmFieldFacade object containing all appearance attributes.
|
FormFieldFacade |
IForm.getFieldFacade(String fieldName)
Returns FrofmFieldFacade object containing all appearance attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
FormEditor.setFacade(FormFieldFacade value)
Sets visual attributes of the field.
|
void |
IFormEditor.setFacade(FormFieldFacade value)
Sets visual attributes of the field.
|
Copyright © 2022 Aspose. All Rights Reserved.