Aspose::Pdf::Facades::FormEditor::SetFieldAlignmentV method
FormEditor::SetFieldAlignmentV method
Set the vertical alignment style of a text field.
bool Aspose::Pdf::Facades::FormEditor::SetFieldAlignmentV(const System::String &fieldName, int32_t alignment)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The qualified field name. |
| alignment | int32_t | The alignment style definition, including FormFieldFacade.AlignTop, FormFieldFacade.AlignMiddle and FormFieldFacade.AlignRight. |
ReturnValue
true if field was found and alignment was successfully filled.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++