Aspose::Pdf::Header class

Header class

Represents the header settings.

class Header : public Aspose::Pdf::HeaderFooterSettings::HorizontalAlignment

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::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