Aspose::Pdf::Facades::FormEditor::SetFieldAlignment method
FormEditor::SetFieldAlignment method
Set the alignment style of a text field.
bool Aspose::Pdf::Facades::FormEditor::SetFieldAlignment(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.AlignLeft, FormFieldFacade.AlignCenter and FormFieldFacade.AlignRight. |
ReturnValue
true if true if field was found and alignment was set.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++