HeaderFooterSettings.HorizontalAlignment

Inheritance: java.lang.Object, com.aspose.pdf.artifacts.pagination.HeaderFooterSettings.HorizontalAlignment

public static class HeaderFooterSettings.HorizontalAlignment extends Object

Represents horizontal alignment settings for header and footer.

Constructors

ConstructorDescription
HorizontalAlignment

Methods

MethodDescription
getCenterGets or sets the center alignment settings.
getLeftGets or sets the left alignment settings.
getRightGets or sets the right alignment settings.
setCenterGets or sets the center alignment settings.
setLeftGets or sets the left alignment settings.
setRightGets or sets the right alignment settings.

HorizontalAlignment

public HorizontalAlignment()

getCenter

public final Center getCenter()

Gets or sets the center alignment settings.

Returns: Center instance

getLeft

public final Left getLeft()

Gets or sets the left alignment settings.

Returns: Left instance

getRight

public final Right getRight()

Gets or sets the right alignment settings.

Returns: Right instance

setCenter

Gets or sets the center alignment settings.

setLeft

Gets or sets the left alignment settings.

setRight

Gets or sets the right alignment settings.