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

NameTypeAccessDescription
stampIdintReadReturns the stamp identifier.
stampTypeStringReadReturns the stamp type.
textStringReadReturns the stamp text when available.
rectangleRectangleReadReturns the stamp rectangle.

Methods

SignatureDescription
StampInfo(stampId: int, stampType: String, text: String, rectangle: Rectangle)Creates a stamp info record.
getStampId()intReturns the stamp identifier.
getStampType()StringReturns the stamp type.
getText()StringReturns the stamp text when available.
getRectangle()RectangleReturns the stamp rectangle.

See Also

 English