Aspose::Pdf::Text::TextFragmentState::get_HorizontalAlignment method

TextFragmentState::get_HorizontalAlignment method

Gets horizontal alignment for the text.

Aspose::Pdf::HorizontalAlignment Aspose::Pdf::Text::TextFragmentState::get_HorizontalAlignment() override

Remarks

HorizontalAlignment.None is equal to HorizontalAlignment.Left.

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

See Also