Package com.grapecity.documents.excel
Interface IPage
public interface IPage
Represents the alignment of text on the page of a workbook or section.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies a picture or text to be center aligned in the page footer.Specifies a picture or text to be center aligned in the page header.Specifies a picture or text to be left aligned in the page footer.Specifies a picture or text to be left aligned in the page header.Specifies a picture or text to be right aligned in the page footer.Specifies a picture or text to be right aligned in the page header.
-
Method Details
-
getLeftHeader
IHeaderFooter getLeftHeader()Specifies a picture or text to be left aligned in the page header. -
getCenterHeader
IHeaderFooter getCenterHeader()Specifies a picture or text to be center aligned in the page header. -
getRightHeader
IHeaderFooter getRightHeader()Specifies a picture or text to be right aligned in the page header.
-