Aspose::Pdf::Text::TextFragmentState::set_HorizontalAlignment method

TextFragmentState::set_HorizontalAlignment method

Sets horizontal alignment for the text.

void Aspose::Pdf::Text::TextFragmentState::set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment value) override

Remarks

HorizontalAlignment.None is equal to HorizontalAlignment.Left.

Note that TextFragmentState.VerticalAlignment property works in new document generation scenarios only.

See Also