Package com.grapecity.documents.excel
Interface IHeaderFooter
public interface IHeaderFooter
Represents a picture or text how to be aligned in the page header and footer.
-
Method Summary
Modifier and TypeMethodDescriptionReturns aIGraphicobject that represents a picture field included inthe specified header or footer.getText()Returns a Text object that represents text included in the specified header or footer.voidSets a Text object that represents text included in the specified header or footer.
-
Method Details
-
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 aIGraphicobject that represents a picture field included inthe specified header or footer.
-