public final class StampInfo extends Object
Class representing stamp information.
Modifier and Type | Method and Description |
---|---|
XForm |
getForm()
Gets XForm of the stamp.
|
BufferedImage |
getImage()
Gets image of stamp.
|
com.aspose.ms.System.Drawing.Image |
getImageInternal()
Gets image of stamp.
|
int |
getIndexOnPage()
Gets stamp index on the page.
|
Rectangle |
getRectangle()
Gets rectangle where stamp is placed.
|
int |
getStampId()
Gets identifier of the stamp.
|
int |
getStampType()
Gets stamp type (image / form).
|
String |
getText()
Gets text in the stamp.
|
boolean |
getVisible()
Gets visibility of stamp.
|
public int getStampId()
Gets identifier of the stamp.
public int getIndexOnPage()
Gets stamp index on the page.
public int getStampType()
Gets stamp type (image / form).
StampType
public Rectangle getRectangle()
Gets rectangle where stamp is placed.
public com.aspose.ms.System.Drawing.Image getImageInternal()
Gets image of stamp. May be null if stamp does not contain images (for example for text stamp).
public BufferedImage getImage()
Gets image of stamp. May be null if stamp does not contain images (for example for text stamp).
public XForm getForm()
Gets XForm of the stamp.
public String getText()
Gets text in the stamp.
public boolean getVisible()
Gets visibility of stamp. If false then stamp is hidden (with HideStampById). Hidden stamp may be restored by ShowStampById.