Aspose::Pdf::Facades::FormEditor::DecorateField method
Contents
[
Hide
]FormEditor::DecorateField() method
Changes visual attributes of all fields in the PDF document.
void Aspose::Pdf::Facades::FormEditor::DecorateField()
See Also
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::DecorateField(const System::String&) method
Changes visual attributes of the specified field.
void Aspose::Pdf::Facades::FormEditor::DecorateField(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The fully qualified field name. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::DecorateField(FieldType) method
Changes visual attributes of all fields with the specified field type.
void Aspose::Pdf::Facades::FormEditor::DecorateField(FieldType fieldType)
| Parameter | Type | Description |
|---|---|---|
| fieldType | FieldType | Type of fields which will be decorated. |
See Also
- Enum FieldType
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++