|
iText 9.5.0 API
|
This is a super class for the annotations which are defined as markup annotations because they are used primarily to mark up PDF documents. More...
Public Member Functions |
|
| virtual PdfString | GetText () |
| The text label that will be displayed in the title bar of the annotation's pop-up window when open and active. More... |
|
| virtual iText.Kernel.Pdf.Annot.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. More... |
|
| virtual PdfNumber | GetOpacity () |
| The constant opacity value that will be used in painting the annotation. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetOpacity (PdfNumber ca) |
| Sets the constant opacity value that will be used in painting the annotation. More... |
|
| virtual PdfObject | GetRichText () |
| 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. More... |
|
| virtual iText.Kernel.Pdf.Annot.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. More... |
|
| virtual PdfString | GetCreationDate () |
| The date and time when the annotation was created. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetCreationDate (PdfString creationDate) |
| Sets the date and time when the annotation was created. More... |
|
| virtual PdfDictionary | GetInReplyToObject () |
| An annotation object that this annotation is "in reply to." Both annotations shall be on the same page of the document. More... |
|
| virtual PdfAnnotation | GetInReplyTo () |
| An annotation that this annotation is "in reply to." Both annotations shall be on the same page of the document. More... |
|
| virtual iText.Kernel.Pdf.Annot.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. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetPopup (PdfPopupAnnotation popup) |
| Sets a pop-up annotation for entering or editing the text associated with this annotation. More... |
|
| virtual PdfDictionary | GetPopupObject () |
| An associated pop-up annotation object. More... |
|
| virtual PdfPopupAnnotation | GetPopup () |
| An associated pop-up annotation for entering or editing the text associated with this annotation. More... |
|
| virtual PdfString | GetSubject () |
| Text representing a short description of the subject being addressed by the annotation. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetSubject (PdfString subject) |
| Sets the text representing a short description of the subject being addressed by the annotation. More... |
|
| virtual PdfName | GetReplyType () |
| A name specifying the relationship (the "reply type") between this annotation and one specified by IRT entry (see GetInReplyTo() ). More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetReplyType (PdfName replyType) |
| Sets the relationship (the "reply type") between this annotation and one specified by IRT entry (see SetInReplyTo(PdfAnnotation) ). More... |
|
| virtual PdfName | GetIntent () |
| A name describing the intent of the markup annotation. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetIntent (PdfName intent) |
| Sets a name describing the intent of the markup annotation. More... |
|
| virtual PdfDictionary | GetExternalData () |
| An external data dictionary specifying data that shall be associated with the annotation. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfMarkupAnnotation | SetExternalData (PdfDictionary exData) |
| Sets an external data dictionary specifying data that shall be associated with the annotation. More... |
|
Public Member Functions inherited from iText.Kernel.Pdf.Annot.PdfAnnotation |
|
| abstract PdfName | GetSubtype () |
| Gets a iText.Kernel.Pdf.PdfName which value is a subtype of this annotation. More... |
|
| virtual void | SetLayer (IPdfOCG layer) |
| Sets the layer this annotation belongs to. More... |
|
| virtual PdfString | GetContents () |
| Gets the text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetContents (PdfString contents) |
| Sets the text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetContents (String contents) |
| Sets the text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. More... |
|
| virtual PdfDictionary | GetPageObject () |
| Gets a iText.Kernel.Pdf.PdfDictionary that represents a page of the document on which annotation is placed, i.e. which has this annotation in it's /Annots array. More... |
|
| virtual PdfPage | GetPage () |
| Gets a iText.Kernel.Pdf.PdfPage on which annotation is placed. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetPage (PdfPage page) |
| Method that modifies annotation page property, which defines to which page annotation belongs. More... |
|
| virtual PdfString | GetName () |
| Gets the annotation name, a text string uniquely identifying it among all the annotations on its page. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetName (PdfString name) |
| Sets the annotation name, a text string uniquely identifying it among all the annotations on its page. More... |
|
| virtual PdfString | GetDate () |
| The date and time when the annotation was most recently modified. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetDate (PdfString date) |
| The date and time when the annotation was most recently modified. More... |
|
| virtual int | GetFlags () |
| A set of flags specifying various characteristics of the annotation (see ISO-320001 12.5.3, "Annotation Flags"). More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetFlags (int flags) |
| Sets a set of flags specifying various characteristics of the annotation (see ISO-320001 12.5.3, "Annotation Flags"). More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetFlag (int flag) |
| Sets a flag that specifies a characteristic of the annotation to enabled state (see ISO-320001 12.5.3, "Annotation Flags"). More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | ResetFlag (int flag) |
| Resets a flag that specifies a characteristic of the annotation to disabled state (see ISO-320001 12.5.3, "Annotation Flags"). More... |
|
| virtual bool | HasFlag (int flag) |
| Checks if the certain flag that specifies a characteristic of the annotation is in enabled state (see ISO-320001 12.5.3, "Annotation Flags"). More... |
|
| virtual PdfDictionary | GetAppearanceDictionary () |
| An appearance dictionary specifying how the annotation shall be presented visually on the page during its interactions with the user (see ISO-320001 12.5.5, "Appearance Streams"). More... |
|
| virtual PdfDictionary | GetAppearanceObject (PdfName appearanceType) |
| Specific appearance object corresponding to the specific appearance type. More... |
|
| virtual PdfDictionary | GetNormalAppearanceObject () |
| The normal appearance is used when the annotation is not interacting with the user. More... |
|
| virtual PdfDictionary | GetRolloverAppearanceObject () |
| The rollover appearance is used when the user moves the cursor into the annotation’s active area without pressing the mouse button. More... |
|
| virtual PdfDictionary | GetDownAppearanceObject () |
| The down appearance is used when the mouse button is pressed or held down within the annotation’s active area. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetAppearance (PdfName appearanceType, PdfDictionary appearance) |
| Sets a specific type of the appearance. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetNormalAppearance (PdfDictionary appearance) |
| Sets normal appearance. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetRolloverAppearance (PdfDictionary appearance) |
| Sets rollover appearance. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetDownAppearance (PdfDictionary appearance) |
| Sets down appearance. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetAppearance (PdfName appearanceType, PdfAnnotationAppearance appearance) |
| Sets a specific type of the appearance using PdfAnnotationAppearance wrapper. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetNormalAppearance (PdfAnnotationAppearance appearance) |
| Sets normal appearance using PdfAnnotationAppearance wrapper. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetRolloverAppearance (PdfAnnotationAppearance appearance) |
| Sets rollover appearance using PdfAnnotationAppearance wrapper. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetDownAppearance (PdfAnnotationAppearance appearance) |
| Sets down appearance using PdfAnnotationAppearance wrapper. More... |
|
| virtual PdfName | GetAppearanceState () |
| The annotation’s appearance state, which selects the applicable appearance stream from an appearance subdictionary if there is such. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetAppearanceState (PdfName @as) |
| Sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance subdictionary. More... |
|
| virtual PdfArray | GetBorder () |
| An array specifying the characteristics of the annotation’s border. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetBorder (PdfAnnotationBorder border) |
| Sets the characteristics of the annotation’s border. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetBorder (PdfArray border) |
| Sets the characteristics of the annotation’s border. More... |
|
| virtual PdfArray | GetColorObject () |
An array of numbers in the range 0.0 to 1.0, representing a colour used for the following purposes:
The number of array elements determines the colour space in which the colour shall be defined:
|
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetColor (PdfArray color) |
| Sets an annotation color. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetColor (float[] color) |
| Sets an annotation color. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetColor (Color color) |
| Sets an annotation color. More... |
|
| virtual int | GetStructParentIndex () |
| The integer key of the annotation’s entry in the structural parent tree (see ISO-320001 14.7.4.4, "Finding Structure Elements from Content Items"). More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetStructParentIndex (int structParentIndex) |
| Sets he integer key of the annotation’s entry in the structural parent tree (see ISO-320001 14.7.4.4, "Finding Structure Elements from Content Items"). More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetTitle (PdfString title) |
| Sets annotation title. More... |
|
| virtual PdfString | GetTitle () |
| Annotation title. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetRectangle (PdfArray array) |
| The annotation rectangle, defining the location of the annotation on the page in default user space units. More... |
|
| virtual PdfArray | GetRectangle () |
| The annotation rectangle, defining the location of the annotation on the page in default user space units. More... |
|
| virtual String | GetLang () |
| PDF 2.0. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetLang (String lang) |
| PDF 2.0. More... |
|
| virtual PdfName | GetBlendMode () |
| PDF 2.0. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetBlendMode (PdfName blendMode) |
| PDF 2.0. More... |
|
| virtual float | GetNonStrokingOpacity () |
| PDF 2.0. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetNonStrokingOpacity (float nonStrokingOpacity) |
| PDF 2.0. More... |
|
| virtual float | GetStrokingOpacity () |
| PDF 2.0. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | SetStrokingOpacity (float strokingOpacity) |
| PDF 2.0. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | Put (PdfName key, PdfObject value) |
| Inserts the value into into the underlying iText.Kernel.Pdf.PdfDictionary of this PdfAnnotation and associates it with the specified key. More... |
|
| virtual iText.Kernel.Pdf.Annot.PdfAnnotation | Remove (PdfName key) |
| Removes the specified key from the underlying iText.Kernel.Pdf.PdfDictionary of this PdfAnnotation. More... |
|
| virtual void | AddAssociatedFile (PdfFileSpec fs) |
| virtual PdfArray | GetAssociatedFiles (bool create) |
| Returns files associated with PDF annotation. More... |
|
| override void | Flush () |
To manually flush a PdfObject behind this wrapper, you have to ensure that this object is added to the document, i.e. it has an indirect reference. More... |
|
Public Member Functions inherited from iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary > |
|
| virtual T | GetPdfObject () |
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document, PdfIndirectReference reference) |
| Marks object behind wrapper to be saved as indirect. More... |
|
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document) |
| Marks object behind wrapper to be saved as indirect. More... |
|
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | SetModified () |
| virtual bool | IsFlushed () |
Package Functions |
|
| PdfMarkupAnnotation (Rectangle rect) | |
| PdfMarkupAnnotation (PdfDictionary pdfObject) | |
| Instantiates a new PdfMarkupAnnotation instance based on iText.Kernel.Pdf.PdfDictionary instance, that represents existing annotation object in the document. More... |
|
Package Functions inherited from iText.Kernel.Pdf.Annot.PdfAnnotation |
|
| PdfAnnotation (Rectangle rect) | |
| PdfAnnotation (PdfDictionary pdfObject) | |
| override bool | IsWrappedObjectMustBeIndirect () |
| Defines if the object behind this wrapper must be an indirect object in the resultant document. More... |
|
Package Functions inherited from iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary > |
|
| PdfObjectWrapper (T pdfObject) | |
| virtual void | SetPdfObject (T pdfObject) |
| virtual void | SetForbidRelease () |
| virtual void | UnsetForbidRelease () |
| virtual void | EnsureUnderlyingObjectHasIndirectReference () |
Package Attributes |
|
| PdfAnnotation | inReplyTo = null |
| PdfPopupAnnotation | popup = null |
Package Attributes inherited from iText.Kernel.Pdf.Annot.PdfAnnotation |
|
| PdfPage | page |
Additional Inherited Members |
|
Static Public Member Functions inherited from iText.Kernel.Pdf.Annot.PdfAnnotation |
|
| static iText.Kernel.Pdf.Annot.PdfAnnotation | MakeAnnotation (PdfObject pdfObject) |
| Factory method that creates the type specific PdfAnnotation from the given iText.Kernel.Pdf.PdfObject that represents annotation object. More... |
|
Static Public Attributes inherited from iText.Kernel.Pdf.Annot.PdfAnnotation |
|
| const int | INVISIBLE = 1 |
| Annotation flag. More... |
|
| const int | HIDDEN = 2 |
| Annotation flag. More... |
|
| const int | PRINT = 4 |
| Annotation flag. More... |
|
| const int | NO_ZOOM = 8 |
| Annotation flag. More... |
|
| const int | NO_ROTATE = 16 |
| Annotation flag. More... |
|
| const int | NO_VIEW = 32 |
| Annotation flag. More... |
|
| const int | READ_ONLY = 64 |
| Annotation flag. More... |
|
| const int | LOCKED = 128 |
| Annotation flag. More... |
|
| const int | TOGGLE_NO_VIEW = 256 |
| Annotation flag. More... |
|
| const int | LOCKED_CONTENTS = 512 |
| Annotation flag. More... |
|
| static readonly PdfName | HIGHLIGHT_NONE = PdfName.N |
| Widget annotation highlighting mode. More... |
|
| static readonly PdfName | HIGHLIGHT_INVERT = PdfName.I |
| Widget annotation highlighting mode. More... |
|
| static readonly PdfName | HIGHLIGHT_OUTLINE = PdfName.O |
| Widget annotation highlighting mode. More... |
|
| static readonly PdfName | HIGHLIGHT_PUSH = PdfName.P |
| Widget annotation highlighting mode. More... |
|
| static readonly PdfName | HIGHLIGHT_TOGGLE = PdfName.T |
| Widget annotation highlighting mode. More... |
|
| static readonly PdfName | STYLE_SOLID = PdfName.S |
| Annotation border style. More... |
|
| static readonly PdfName | STYLE_DASHED = PdfName.D |
| Annotation border style. More... |
|
| static readonly PdfName | STYLE_BEVELED = PdfName.B |
| Annotation border style. More... |
|
| static readonly PdfName | STYLE_INSET = PdfName.I |
| Annotation border style. More... |
|
| static readonly PdfName | STYLE_UNDERLINE = PdfName.U |
| Annotation border style. More... |
|
| static readonly PdfString | Marked = new PdfString("Marked") |
| Annotation state. More... |
|
| static readonly PdfString | Unmarked = new PdfString("Unmarked") |
| Annotation state. More... |
|
| static readonly PdfString | Accepted = new PdfString("Accepted") |
| Annotation state. More... |
|
| static readonly PdfString | Rejected = new PdfString("Rejected") |
| Annotation state. More... |
|
| static readonly PdfString | Canceled = new PdfString("Cancelled") |
| Annotation state. More... |
|
| static readonly PdfString | Completed = new PdfString("Completed") |
| Annotation state. More... |
|
| static readonly PdfString | None = new PdfString("None") |
| Annotation state. More... |
|
| static readonly PdfString | MarkedModel = new PdfString("Marked") |
| Annotation state model. More... |
|
| static readonly PdfString | ReviewModel = new PdfString("Review") |
| Annotation state model. More... |
|
Static Package Functions inherited from iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary > |
|
| static void | MarkObjectAsIndirect (PdfObject pdfObject) |
| static void | EnsureObjectIsAddedToDocument (PdfObject @object) |
Some wrappers use object's indirect reference to obtain the PdfDocument to which the object belongs to. More... |
|
This is a super class for the annotations which are defined as markup annotations because they are used primarily to mark up PDF documents.
This is a super class for the annotations which are defined as markup annotations because they are used primarily to mark up PDF documents. These annotations have text that appears as part of the annotation and may be displayed in other ways by a conforming reader, such as in a Comments pane. See also ISO-320001 12.5.6.2 "Markup Annotations".
|
inlinepackage |
Instantiates a new PdfMarkupAnnotation instance based on iText.Kernel.Pdf.PdfDictionary instance, that represents existing annotation object in the document.
| pdfObject | the iText.Kernel.Pdf.PdfDictionary representing annotation object |
|
inlinevirtual |
The date and time when the annotation was created.
|
inlinevirtual |
An external data dictionary specifying data that shall be associated with the annotation.
An external data dictionary specifying data that shall be associated with the annotation. This dictionary contains the following entries:
|
inlinevirtual |
An annotation that this annotation is "in reply to." Both annotations shall be on the same page of the document.
An annotation that this annotation is "in reply to." Both annotations shall be on the same page of the document. The relationship between the two annotations shall be specified by the RT entry (see GetReplyType() ).
|
inlinevirtual |
An annotation object that this annotation is "in reply to." Both annotations shall be on the same page of the document.
An annotation object that this annotation is "in reply to." Both annotations shall be on the same page of the document. The relationship between the two annotations shall be specified by the RT entry (see GetReplyType() ).
|
inlinevirtual |
A name describing the intent of the markup annotation.
A name describing the intent of the markup annotation. See SetIntent(iText.Kernel.Pdf.PdfName) for more info.
|
inlinevirtual |
The constant opacity value that will be used in painting the annotation.
The constant opacity value that will be used in painting the annotation. This value is applied to all visible elements of the annotation in its closed state (including its background and border) but not to the pop-up window that appears when the annotation is opened. Default value: 1.0.
|
inlinevirtual |
An associated pop-up annotation for entering or editing the text associated with this annotation.
An associated pop-up annotation for entering or editing the text associated with this annotation. Pop-up annotation defines an associated with this annotation pop-up window that may contain text. The Contents (see PdfAnnotation.GetContents() ) entry of the annotation that has an associated popup specifies the text that shall be displayed when the pop-up window is opened.
|
inlinevirtual |
An associated pop-up annotation object.
An associated pop-up annotation object. See GetPopup() for more info.
|
inlinevirtual |
A name specifying the relationship (the "reply type") between this annotation and one specified by IRT entry (see GetInReplyTo() ).
A name specifying the relationship (the "reply type") between this annotation and one specified by IRT entry (see GetInReplyTo() ). Valid values are:
|
inlinevirtual |
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.
|
inlinevirtual |
Text representing a short description of the subject being addressed by the annotation.
|
inlinevirtual |
The text label that will be displayed in the title bar of the annotation's pop-up window when open and active.
The text label that will be displayed in the title bar of the annotation's pop-up window when open and active. This entry shall identify the user who added the annotation.
iText.Kernel.Pdf.PdfString which value is an annotation text label content or null if text is not specified.
|
inlinevirtual |
Sets the date and time when the annotation was created.
| creationDate |
iText.Kernel.Pdf.PdfString which value should be in the date format specified in (ISO-320001 7.9.4, "Dates").
|
inlinevirtual |
Sets an external data dictionary specifying data that shall be associated with the annotation.
Sets an external data dictionary specifying data that shall be associated with the annotation. This dictionary should contain the following entries:
| exData | the external data dictionary |
|
inlinevirtual |
Sets an annotation that this annotation is "in reply to." Both annotations shall be on the same page of the document.
Sets an annotation that this annotation is "in reply to." Both annotations shall be on the same page of the document. The relationship between the two annotations shall be specified by the RT entry (see GetReplyType() ).
| inReplyTo | a PdfAnnotation that this annotation is "in reply to." |
|
inlinevirtual |
Sets a name describing the intent of the markup annotation.
Sets a name describing the intent of the markup annotation. Intents allow conforming readers to distinguish between different uses and behaviors of a single markup annotation type. If this entry is not present or its value is the same as the annotation type, the annotation shall have no explicit intent and should behave in a generic manner in a conforming reader.
See ISO-320001, free text annotations (Table 174), line annotations (Table 175), polygon annotations (Table 178), and polyline annotations (Table 178) for the specific intent values for those types.
| intent | a iText.Kernel.Pdf.PdfName describing the intent of the markup annotation. |
|
inlinevirtual |
Sets the constant opacity value that will be used in painting the annotation.
| ca | a iText.Kernel.Pdf.PdfNumber which value is in range between 0 and 1, which specifies the level of opacity. |
|
inlinevirtual |
Sets a pop-up annotation for entering or editing the text associated with this annotation.
Sets a pop-up annotation for entering or editing the text associated with this annotation. Pop-up annotation defines an associated with this annotation pop-up window that may contain text. The Contents (see PdfAnnotation.SetContents(iText.Kernel.Pdf.PdfString) ) entry of the annotation that has an associated popup specifies the text that shall be displayed when the pop-up window is opened.
| popup | an PdfPopupAnnotation that will be associated with this annotation. |
|
inlinevirtual |
Sets the relationship (the "reply type") between this annotation and one specified by IRT entry (see SetInReplyTo(PdfAnnotation) ).
Sets the relationship (the "reply type") between this annotation and one specified by IRT entry (see SetInReplyTo(PdfAnnotation) ). For valid values see GetInReplyTo().
| replyType | a iText.Kernel.Pdf.PdfName specifying relationship with the specified by the IRT entry. |
|
inlinevirtual |
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.
| richText | text string or text stream that specifies rich text. |
|
inlinevirtual |
Sets the text representing a short description of the subject being addressed by the annotation.
| subject | a iText.Kernel.Pdf.PdfString which value is a annotation subject. |
|
inlinevirtual |
Sets the text label that will be displayed in the title bar of the annotation's pop-up window when open and active.
Sets the text label that will be displayed in the title bar of the annotation's pop-up window when open and active. This entry shall identify the user who added the annotation.
| text |
iText.Kernel.Pdf.PdfString which value is an annotation text label content.