Searched defs:FreeTextAnnotation (Results 1 – 2 of 2) sorted by relevance
41 public final class FreeTextAnnotation extends PdfAnnotation { class55 public FreeTextAnnotation(@NonNull RectF bounds, @NonNull String textContent) { in FreeTextAnnotation() method in FreeTextAnnotation
111 FreeTextAnnotation(const Rectangle_f& bounds) : Annotation(Type::FreeText) { bounds_ = bounds; } in FreeTextAnnotation() function