Package | Description |
---|---|
com.itextpdf.kernel.pdf.annot |
Modifier and Type | Class and Description |
---|---|
class |
PdfCaretAnnotation |
class |
PdfCircleAnnotation |
class |
PdfFileAttachmentAnnotation |
class |
PdfFreeTextAnnotation |
class |
PdfInkAnnotation |
class |
PdfLineAnnotation
The purpose of a line annotation is to display a single straight line on the page.
|
class |
PdfPolyGeomAnnotation |
class |
PdfRedactAnnotation |
class |
PdfSoundAnnotation |
class |
PdfSquareAnnotation |
class |
PdfStampAnnotation |
class |
PdfTextAnnotation |
class |
PdfTextMarkupAnnotation |
Modifier and Type | Method and Description |
---|---|
PdfMarkupAnnotation |
PdfPrinterMarkAnnotation.setArbitraryTypeName(PdfName arbitraryTypeName) |
PdfMarkupAnnotation |
PdfMarkupAnnotation.setCreationDate(PdfString creationDate)
Sets the date and time when the annotation was created.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setExternalData(PdfDictionary exData)
Sets an external data dictionary specifying data that shall be associated with the annotation.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setExternalData(PdfName exData)
Deprecated.
use
setExternalData(PdfDictionary) instead
|
PdfMarkupAnnotation |
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.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setIntent(PdfName intent)
Sets a name describing the intent of the markup annotation.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setOpacity(PdfNumber ca)
Sets the constant opacity value that will be used in painting the annotation.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setPopup(PdfPopupAnnotation popup)
Sets a pop-up annotation for entering or editing the text associated with this annotation.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setReplyType(PdfName replyType)
Sets the relationship (the "reply type") between this annotation and one specified by IRT entry (see setInReplyTo(PdfAnnotation) ).
|
PdfMarkupAnnotation |
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 |
PdfMarkupAnnotation.setSubject(PdfString subject)
Sets the text representing a short description of the subject being addressed by the annotation.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setText(PdfString text)
Sets the text label that will be displayed in the title bar of the annotation's pop-up window when open and active.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.