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)
ParameterTypeDescription
fieldNameconst System::String&The qualified field name.
alignmentint32_tThe 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