Uses of Class
com.itextpdf.kernel.pdf.annot.PdfMarkupAnnotation
Packages that use PdfMarkupAnnotation
-
Uses of PdfMarkupAnnotation in com.itextpdf.forms.xfdf
Methods in com.itextpdf.forms.xfdf with parameters of type PdfMarkupAnnotationModifier and TypeMethodDescriptionprivate static void
XfdfObjectFactory.addMarkupAnnotationAttributes
(AnnotObject annot, PdfMarkupAnnotation pdfMarkupAnnotation) private void
XfdfReader.addMarkupAnnotationAttributes
(PdfMarkupAnnotation annotation, AnnotObject annotObject) -
Uses of PdfMarkupAnnotation in com.itextpdf.kernel.pdf.annot
Subclasses of PdfMarkupAnnotation in com.itextpdf.kernel.pdf.annotModifier and TypeClassDescriptionclass
class
class
class
class
class
The purpose of a line annotation is to display a single straight line on the page.class
(package private) class
(package private) class
class
class
class
class
class
class
Methods in com.itextpdf.kernel.pdf.annot that return PdfMarkupAnnotationModifier and TypeMethodDescriptionPdfPrinterMarkAnnotation.setArbitraryTypeName
(PdfName arbitraryTypeName) PdfMarkupAnnotation.setCreationDate
(PdfString creationDate) Sets the date and time when the annotation was created.PdfMarkupAnnotation.setExternalData
(PdfDictionary exData) Sets an external data dictionary specifying data that shall be associated with the annotation.PdfMarkupAnnotation.setInReplyTo
(PdfAnnotation inReplyTo) Sets an annotation that this annotation is "in reply to." Both annotations shall be on the same page of the document.Sets a name describing the intent of the markup annotation.PdfMarkupAnnotation.setOpacity
(PdfNumber ca) Sets the constant opacity value that will be used in painting the annotation.PdfMarkupAnnotation.setPopup
(PdfPopupAnnotation popup) Sets a pop-up annotation for entering or editing the text associated with this annotation.PdfMarkupAnnotation.setReplyType
(PdfName replyType) Sets the relationship (the "reply type") between this annotation and one specified by IRT entry (seesetInReplyTo(PdfAnnotation)
).PdfMarkupAnnotation.setRichText
(PdfObject richText) Sets a rich text string (see ISO-320001 12.7.3.4, "Rich Text Strings") that shall be displayed in the pop-up window when the annotation is opened.PdfMarkupAnnotation.setSubject
(PdfString subject) Sets the text representing a short description of the subject being addressed by the annotation.Sets the text label that will be displayed in the title bar of the annotation's pop-up window when open and active.