扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt.print类book的类成员方法: getprintable定义及介绍
发布时间:2014-2-17
本文导语:
getprintable
public printable getprintable(int pageindex)
throws indexoutofboundsexception
返回 printable 实例,该实例负责呈现 pageindex 指定的页面。
指定者:接口 pageable 中的 getprintable
参数:pageindex - 其 printable 正被请求的页...