Uses of Class
com.ironsoftware.ironpdf.annotation.TextAnnotation
-
Packages that use TextAnnotation Package Description com.ironsoftware.ironpdf.internal.staticapi -
-
Uses of TextAnnotation in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi that return types with arguments of type TextAnnotation Modifier and Type Method Description static List<TextAnnotation>
Annotation_Api. getAnnotaionList(InternalPdfDocument internalPdfDocument)
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type TextAnnotation Modifier and Type Method Description static void
Annotation_Api. addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation)
Adds an annotation to a page of thisInternalPdfDocument
static void
Annotation_Api. addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation, int pageIndex, int x, int y)
Adds an annotation to a page of thisInternalPdfDocument
static void
Annotation_Api. addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation, int pageIndex, int x, int y, int width)
Adds an annotation to a page of thisInternalPdfDocument
static void
Annotation_Api. addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation, int pageIndex, int x, int y, int width, int height)
Adds an annotation to a page of thisInternalPdfDocument
-