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.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) |
|
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.
|