HeaderFooterSettings.HorizontalAlignment
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| HorizontalAlignment |
Methods
| Method | Description |
|---|---|
| getCenter | Gets or sets the center alignment settings. |
| getLeft | Gets or sets the left alignment settings. |
| getRight | Gets or sets the right alignment settings. |
| setCenter | Gets or sets the center alignment settings. |
| setLeft | Gets or sets the left alignment settings. |
| setRight | Gets 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.