Uses of Class
com.ironsoftware.ironpdf.annotation.TextAnnotation
Packages that use TextAnnotation
-
Uses of TextAnnotation in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type TextAnnotationModifier and TypeMethodDescriptionstatic voidAnnotation_Api.addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation, int pageIndex, int x, int y) Adds an annotation to a page of thisInternalPdfDocumentstatic voidAnnotation_Api.addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation, int pageIndex, int x, int y, int width) Adds an annotation to a page of thisInternalPdfDocumentstatic voidAnnotation_Api.addTextAnnotation(InternalPdfDocument internalPdfDocument, TextAnnotation textAnnotation, int pageIndex, int x, int y, int width, int height) Adds an annotation to a page of thisInternalPdfDocument