Searched defs:StampAnnotation (Results 1 – 2 of 2) sorted by relevance
37 public final class StampAnnotation extends PdfAnnotation { class48 public StampAnnotation(@NonNull RectF bounds) { in StampAnnotation() method in StampAnnotation
56 StampAnnotation(const Rectangle_f& bounds) : Annotation(Type::Stamp) { bounds_ = bounds; } in StampAnnotation() function