public final class StampInfo extends Object
Class representing stamp information.
Modifier and Type | Method and Description |
---|---|
XForm |
getForm()
Gets XForm of the 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).
public Rectangle getRectangle()
Gets rectangle where stamp is placed.
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.
Copyright © 2019 Aspose. All Rights Reserved.