接口 IHeaderFooter
public interface IHeaderFooter
Represents a picture or text how to be aligned in the page header and footer.
-
方法概要
-
方法详细资料
-
getText
String getText()Returns a Text object that represents text included in the specified header or footer. -
setText
Sets a Text object that represents text included in the specified header or footer. -
getPicture
IGraphic getPicture()Returns aIGraphic
object that represents a picture field included inthe specified header or footer.
-