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 |
---|---|
Image |
getCenteredImage()
The centered image to be displayed in the header or footer.
|
String |
getCenteredText()
The centered text to display in the header or footer.
|
Image |
getLeftImage()
The left aligned image to be displayed in the header or footer.
|
String |
getLeftText()
The left aligned text to display in the header or footer.
|
Image |
getRightImage()
The right aligned image to be displayed in the header or footer.
|
String |
getRightText()
The right aligned text to display in the header.
|
void |
setCenteredImage(Image value)
The centered image to be displayed in the header or footer.
|
void |
setCenteredText(String value)
The center aligned text to display in the header or footer.
|
void |
setLeftImage(Image value)
The left aligned image to be displayed in the header or footer.
|
void |
setLeftText(String value)
The left aligned text to display in the header or footer.
|
void |
setRightImage(Image value)
The right aligned image to be displayed in the header or footer.
|
void |
setRightText(String value)
The right aligned text to display in the header.
|
public final Image getCenteredImage()
The centered image to be displayed in the header or footer.
public final void setCenteredImage(Image value)
The centered image to be displayed in the header or footer.
value
- the centered image to be displayed in the header or footer.public final String getCenteredText()
The centered text to display in the header or footer.
public final 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 final Image getLeftImage()
The left aligned image to be displayed in the header or footer.
public final void setLeftImage(Image value)
The left aligned image to be displayed in the header or footer.
value
- the left aligned image to be displayed in the header or footer.public final String getLeftText()
The left aligned text to display in the header or footer.
public final 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 final Image getRightImage()
The right aligned image to be displayed in the header or footer.
public final void setRightImage(Image value)
The right aligned image to be displayed in the header or footer.
value
- the right aligned image to be displayed in the header or footer.public final String getRightText()
The right aligned text to display in the header.
public final 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-2019 Aspose Pty Ltd. All Rights Reserved.