接口的使用
com.grapecity.documents.excel.IGraphic
-
com.grapecity.documents.excel中IGraphic的使用
修饰符和类型方法说明IPageSetup.getCenterFooterPicture()
获取一个代表页脚中心区域的IGraphic
对象。final IGraphic
PageSettings.getCenterFooterPicture()
返回一个代表页脚中心部分的图片的IGraphic对象。IPageSetup.getCenterHeaderPicture()
获取一个代表页眉中心部分图片的IGraphic
对象。final IGraphic
PageSettings.getCenterHeaderPicture()
返回一个代表页眉中心部分图片的IGraphic对象。IPageSetup.getLeftFooterPicture()
获取一个代表页脚左侧部分图片的IGraphic
对象。final IGraphic
PageSettings.getLeftFooterPicture()
返回一个代表页脚左侧部分图片的IGraphic对象。IPageSetup.getLeftHeaderPicture()
获取一个代表页眉左侧部分图片的IGraphic
对象。final IGraphic
PageSettings.getLeftHeaderPicture()
返回一个代表页眉左侧部分图片的IGraphic对象。IHeaderFooter.getPicture()
返回一个IGraphic
对象,该对象表示包含在指定页眉或页脚中的图片字段。IPageSetup.getRightFooterPicture()
获取一个代表页脚右侧部分的图片的IGraphic
对象。final IGraphic
PageSettings.getRightFooterPicture()
返回一个代表页脚右侧部分图片的IGraphic对象。IPageSetup.getRightHeaderPicture()
获取一个代表页眉右侧部分图片的IGraphic
对象。final IGraphic
PageSettings.getRightHeaderPicture()
返回一个代表页眉右侧部分图片的IGraphic对象。修饰符和类型方法说明final void
PageSettings.setCenterFooterPicture
(IGraphic value) 设置一个代表页脚中心部分图片的IGraphic对象。final void
PageSettings.setCenterHeaderPicture
(IGraphic value) 设置一个代表页眉中心部分的图像的IGraphic对象。final void
PageSettings.setLeftFooterPicture
(IGraphic value) 设置一个代表页脚左侧部分图片的IGraphic对象。final void
PageSettings.setLeftHeaderPicture
(IGraphic value) 设置一个代表页眉左侧部分图片的IGraphic对象。final void
PageSettings.setRightFooterPicture
(IGraphic value) 设置一个代表页脚右侧部分图片的IGraphic对象。final void
PageSettings.setRightHeaderPicture
(IGraphic value) 设置一个代表页眉右侧部分图片的IGraphic对象。