PageInfo

遗产: java.lang.Object

public class PageInfo

表示有关特定文档页面的信息。

要了解更多信息,请访问Rendering文档文章。

此对象返回的页面宽度和高度表示页面的“最终”大小,例如它们已经旋转到正确的方向。

方法

方法描述
equals(Object arg0)
getClass()
getHeightInPoints()获取页面的高度(以磅为单位)。
getLandscape()如果在文档中为此页面指定的页面方向为横向,则返回 true。
getPaperSize()获取纸张大小作为枚举。
getPaperTray()获取文档中指定的此页面的纸盒(纸盒)。
getSizeInPixels(float scale, float dpi)计算指定缩放因子和分辨率的页面大小(以像素为单位)。
getSizeInPixels(float scale, float horizontalDpi, float verticalDpi)计算指定缩放因子和分辨率的页面大小(以像素为单位)。
getSizeInPoints()以磅为单位获取页面大小。
getWidthInPoints()获取页面的宽度(以磅为单位)。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getHeightInPoints()

public float getHeightInPoints()

获取页面的高度(以磅为单位)。

退货: float - 以磅为单位的页面高度。

getLandscape()

public boolean getLandscape()

如果在文档中为此页面指定的页面方向为横向,则返回 true。

退货: boolean - 如果在文档中为此页面指定的页面方向为横向,则为真。

getPaperSize()

public int getPaperSize()

获取纸张大小作为枚举。

退货: int - 作为枚举的纸张大小。返回值是其中之一PaperSize常数。

getPaperTray()

public int getPaperTray()

获取文档中指定的此页面的纸盒(纸盒)。该值是特定于实现(打印机)的。

退货: int - 文档中指定的此页面的纸盒(纸盒)。

getSizeInPixels(float scale, float dpi)

public Dimension getSizeInPixels(float scale, float dpi)

计算指定缩放因子和分辨率的页面大小(以像素为单位)。

参数:

范围类型描述
scalefloat缩放系数(1.0 为 100%)。
dpifloat从点转换为像素(每英寸点数)的分辨率(水平和垂直)。

退货: java.awt.Dimension - 页面大小(以像素为单位)。

getSizeInPixels(float scale, float horizontalDpi, float verticalDpi)

public Dimension getSizeInPixels(float scale, float horizontalDpi, float verticalDpi)

计算指定缩放因子和分辨率的页面大小(以像素为单位)。

参数:

范围类型描述
scalefloat缩放系数(1.0 为 100%)。
horizontalDpifloat从点转换为像素(每英寸点数)的水平分辨率。
verticalDpifloat从点转换为像素(每英寸点数)的垂直分辨率。

退货: java.awt.Dimension - 页面大小(以像素为单位)。

getSizeInPoints()

public Point2D.Float getSizeInPoints()

以磅为单位获取页面大小。

退货: java.awt.geom.Point2D.Float - 以磅为单位的页面大小。

getWidthInPoints()

public float getWidthInPoints()

获取页面的宽度(以磅为单位)。

退货: float - 以磅为单位的页面宽度。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int