Aspose::Pdf::Artifacts::Pagination::HorizontalAlignment class

HorizontalAlignment class

Represents horizontal alignment settings for header and footer.

class HorizontalAlignment : public System::Object

Methods

MethodDescription
get_Center() constGets the center alignment settings.
get_Left() constGets the left alignment settings.
get_Right() constGets the right alignment settings.
set_Center(System::SharedPtr<Aspose::Pdf::Artifacts::Pagination::Center>)Sets the center alignment settings.
set_Left(System::SharedPtr<Aspose::Pdf::Artifacts::Pagination::Left>)Sets the left alignment settings.
set_Right(System::SharedPtr<Aspose::Pdf::Artifacts::Pagination::Right>)Sets the right alignment settings.

See Also