StampInfo
Overview
StampInfo is a class in Aspose.PDF FOSS for Java.
Lightweight information about a stamp placed on a page.
This class provides 5 methods for working with StampInfo objects in Java programs.
Available methods include: StampInfo, getRectangle, getStampId, getStampType, getText.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: rectangle, stampId, stampType, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
stampId | int | Read | Returns the stamp identifier. |
stampType | String | Read | Returns the stamp type. |
text | String | Read | Returns the stamp text when available. |
rectangle | Rectangle | Read | Returns the stamp rectangle. |
Methods
| Signature | Description |
|---|---|
StampInfo(stampId: int, stampType: String, text: String, rectangle: Rectangle) | Creates a stamp info record. |
getStampId() → int | Returns the stamp identifier. |
getStampType() → String | Returns the stamp type. |
getText() → String | Returns the stamp text when available. |
getRectangle() → Rectangle | Returns the stamp rectangle. |