接口 IPage
public interface IPage
Represents the alignment of text on the page of a workbook or section.
-
方法概要
修饰符和类型方法说明Specifies 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.
-
方法详细资料
-
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.
-