StampInfo

遗产: java.lang.Object

public final class StampInfo

表示邮票信息的类。

方法

方法描述
equals(Object arg0)
getClass()
getForm()获取图章的 XForm。
getImage()获取印章图像。
getImageInternal()获取印章图像。
getIndexOnPage()获取页面上的标记索引。
getRectangle()获取放置图章的矩形。
getStampId()获取戳记的标识符。
getStampType()获取图章类型(图像/表格)。
getText()获取图章中的文本。
getVisible()获得邮票的可见性。
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

getForm()

public XForm getForm()

获取图章的 XForm。

退货: XForm 变形对象

getImage()

public BufferedImage getImage()

获取印章图像。如果戳记不包含图像(例如文本戳记),则可能为空。

退货: java.awt.image.BufferedImage - BufferedImage 对象

getImageInternal()

public System.Drawing.Image getImageInternal()

获取印章图像。如果戳记不包含图像(例如文本戳记),则可能为空。

退货: Image - 图像对象

getIndexOnPage()

public int getIndexOnPage()

获取页面上的标记索引。

退货: int - 整数值

getRectangle()

public Rectangle getRectangle()

获取放置图章的矩形。

退货: Rectangle - 矩形元素

getStampId()

public int getStampId()

获取戳记的标识符。

退货: int - 整数值

getStampType()

public int getStampType()

获取图章类型(图像/表格)。

退货: int - StampType 元素

getText()

public String getText()

获取图章中的文本。

退货: java.lang.String - 字符串值

getVisible()

public boolean getVisible()

获得邮票的可见性。如果为 false,则隐藏图章(使用 HideStampById)。隐藏的图章可以通过 ShowStampById 恢复。

退货: boolean - 布尔值

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