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.setBorderEffect(PdfDictionary borderEffect)
Deprecated.
Supported only for:
PdfFreeTextAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfPolyGeomAnnotation will be removed in 7.1
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setCreationDate(PdfString creationDate)
Sets the date and time when the annotation was created.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setDefaultAppearance(PdfString appearanceString)
Deprecated.
Supported only for:
PdfFreeTextAnnotation , PdfRedactAnnotation will be removed in 7.1 The default appearance string that shall be used in formatting the text. See ISO-32001 12.7.3.3, "Variable Text".
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setExternalData(PdfName exData)
Sets an external data dictionary specifying data that shall be associated with the annotation.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setIconName(PdfName name)
Deprecated.
Supported only for:
PdfTextAnnotation , PdfStampAnnotation , PdfFileAttachmentAnnotation , PdfSoundAnnotation , will be removed in 7.1
|
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.setInteriorColor(float[] interiorColor)
Deprecated.
Supported only for:
PdfLineAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfPolyGeomAnnotation , PdfRedactAnnotation will be removed in 7.1
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setInteriorColor(PdfArray interiorColor)
Deprecated.
Supported only for:
PdfLineAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfPolyGeomAnnotation , PdfRedactAnnotation will be removed in 7.1
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setJustification(int justification)
Deprecated.
Supported only for:
PdfFreeTextAnnotation , PdfRedactAnnotation will be removed in 7.1
|
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.setRectangleDifferences(PdfArray rect)
Deprecated.
Supported only for:
PdfFreeTextAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfCaretAnnotation will be removed in 7.1
|
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–2018 iText Group NV. All rights reserved.