Aspose::Pdf::Header class
Header class
Represents the header settings.
class Header : public Aspose::Pdf::HeaderFooterSettings::HorizontalAlignment
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::Center>) | Sets the center alignment settings. |
set_Left(System::SharedPtr<Aspose::Pdf::Left>) | Sets the left alignment settings. |
set_Right(System::SharedPtr<Aspose::Pdf::Right>) | Sets the right alignment settings. |
See Also
- Class HorizontalAlignment
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++