public interface IHeaderFooter
| Modifier and Type | Method and Description |
|---|---|
IGraphic |
getPicture()
Returns a
IGraphic object that represents a picture field included in
the specified header or footer. |
java.lang.String |
getText()
Returns a Text object that represents text included in the specified header
or footer.
|
void |
setText(java.lang.String value)
Sets a Text object that represents text included in the specified header or
footer.
|