public class HeaderFooterInfo extends Object
Represents header or footer data which is present in views and used for printing.
Constructor and Description |
---|
HeaderFooterInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCenteredText()
The centered text to display in the header or footer.
|
String |
getLeftText()
The left aligned text to display in the header or footer.
|
String |
getRightText()
The right aligned text to display in the header.
|
void |
setCenteredText(String value)
The center aligned text to display in the header or footer.
|
void |
setLeftText(String value)
The left aligned text to display in the header or footer.
|
void |
setRightText(String value)
The right aligned text to display in the header.
|
public String getLeftText()
The left aligned text to display in the header or footer.
public void setLeftText(String value)
The left aligned text to display in the header or footer.
value
- the left aligned text to display in the header or footer.public String getCenteredText()
The centered text to display in the header or footer.
public void setCenteredText(String value)
The center aligned text to display in the header or footer.
value
- the centered text to display in the header or footer.public String getRightText()
The right aligned text to display in the header.
public void setRightText(String value)
The right aligned text to display in the header.
value
- the right aligned text to display in the header.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.