Aspose::Pdf::Artifacts::Pagination::HorizontalAlignment class
HorizontalAlignment class
Represents horizontal alignment settings for header and footer.
class HorizontalAlignment : public System::Object
Methods
Method | Description |
---|---|
get_Center() const | Gets the center alignment settings. |
get_Left() const | Gets the left alignment settings. |
get_Right() const | Gets 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
- Class Object
- Namespace Aspose::Pdf::Artifacts::Pagination
- Library Aspose.PDF for C++