iText 7 7.1.8 API
iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation Class Reference
Inheritance diagram for iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation:
iText.Kernel.Pdf.Annot.PdfMarkupAnnotation iText.Kernel.Pdf.Annot.PdfAnnotation iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary >

Public Member Functions

  PdfFreeTextAnnotation (Rectangle rect, PdfString contents)
  Creates new instance More...
 
override PdfName  GetSubtype ()
  Gets a iText.Kernel.Pdf.PdfName which value is a subtype of this annotation. See ISO-320001 12.5.6, "Annotation Types" for the reference to the possible types. More...
 
virtual PdfString  GetDefaultStyleString ()
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetDefaultStyleString (PdfString defaultStyleString)
 
virtual PdfString  GetDefaultAppearance ()
  The default appearance string that shall be used in formatting the text. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetDefaultAppearance (PdfString appearanceString)
  The default appearance string that shall be used in formatting the text. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetDefaultAppearance (AnnotationDefaultAppearance da)
 
virtual PdfArray  GetCalloutLine ()
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetCalloutLine (float[] calloutLine)
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetCalloutLine (PdfArray calloutLine)
 
virtual PdfName  GetLineEndingStyle ()
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetLineEndingStyle (PdfName lineEndingStyle)
 
virtual int  GetJustification ()
  A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetJustification (int justification)
  A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified. More...
 
virtual PdfDictionary  GetBorderStyle ()
  The dictionaries for some annotation types (such as free text and polygon annotations) can include the BS entry. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetBorderStyle (PdfDictionary borderStyle)
  Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.GetBorder() ). See ISO-320001, Table 166 and GetBorderStyle() for more info. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetBorderStyle (PdfName style)
  Setter for the annotation's preset border style. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetDashPattern (PdfArray dashPattern)
  Setter for the annotation's preset dashed border style. More...
 
virtual PdfArray  GetRectangleDifferences ()
  A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayed More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetRectangleDifferences (PdfArray rect)
  A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayed More...
 
virtual PdfDictionary  GetBorderEffect ()
  A border effect dictionary that specifies an effect that shall be applied to the border of the annotations. More...
 
virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation  SetBorderEffect (PdfDictionary borderEffect)
  Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations. More...
 
- Public Member Functions inherited from iText.Kernel.Pdf.Annot.PdfMarkupAnnotation
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() ). Valid values are: 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) ). For valid values see GetInReplyTo() 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 (PdfName 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
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. This method is used to set only an appearance subdictionary. See GetAppearanceObject(iText.Kernel.Pdf.PdfName) and GetAppearanceDictionary() for more info. More...
 
virtual iText.Kernel.Pdf.Annot.PdfAnnotation  SetNormalAppearance (PdfAnnotationAppearance appearance)
  Sets normal appearance using PdfAnnotationAppearance wrapper. This method is used to set only appearance subdictionary. See GetNormalAppearanceObject() and GetAppearanceDictionary() for more info. More...
 
virtual iText.Kernel.Pdf.Annot.PdfAnnotation  SetRolloverAppearance (PdfAnnotationAppearance appearance)
  Sets rollover appearance using PdfAnnotationAppearance wrapper. This method is used to set only appearance subdictionary. See GetRolloverAppearanceObject() and GetAppearanceDictionary() for more info. More...
 
virtual iText.Kernel.Pdf.Annot.PdfAnnotation  SetDownAppearance (PdfAnnotationAppearance appearance)
  Sets down appearance using PdfAnnotationAppearance wrapper. This method is used to set only appearance subdictionary. See GetDownAppearanceObject() and GetAppearanceDictionary() for more info. 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: More...
 
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. If the key is already present in this PdfAnnotation , this method will override the old value with the specified one. 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. Basically this means that before flushing you need to explicitly call iText.Kernel.Pdf.PdfObjectWrapper.MakeIndirect(iText.Kernel.Pdf.PdfDocument)For example: wrapperInstance.makeIndirect(document).flush(); Note that not every wrapper require this, only those that have such warning in documentation. 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 ()
 

Static Public Attributes

const int  LEFT_JUSTIFIED = 0
  Text justification options. More...
 
const int  CENTERED = 1
 
const int  RIGHT_JUSTIFIED = 2
 
- 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...
 

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. This method is useful for property reading in reading mode or modifying in stamping mode. See derived classes of this class to see possible specific annotation types created. More...
 

Constructor & Destructor Documentation

◆ PdfFreeTextAnnotation()

iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.PdfFreeTextAnnotation ( Rectangle  rect,
PdfString  contents 
)
inline

Creates new instance

Parameters
rect - rectangle that specifies annotation position and bounds on page
contents - the displayed text

Member Function Documentation

◆ GetBorderEffect()

virtual PdfDictionary iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.GetBorderEffect ( )
inlinevirtual

A border effect dictionary that specifies an effect that shall be applied to the border of the annotations.

Returns
a iText.Kernel.Pdf.PdfDictionary , which is a border effect dictionary (see ISO-320001, Table 167).

◆ GetBorderStyle()

virtual PdfDictionary iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.GetBorderStyle ( )
inlinevirtual

The dictionaries for some annotation types (such as free text and polygon annotations) can include the BS entry.

The dictionaries for some annotation types (such as free text and polygon annotations) can include the BS entry. That entry specifies a border style dictionary that has more settings than the array specified for the Border entry (see PdfAnnotation.GetBorder() ). If an annotation dictionary includes the BS entry, then the Border entry is ignored. If annotation includes AP (see PdfAnnotation.GetAppearanceDictionary() ) it takes precedence over the BS entry. For more info on BS entry see ISO-320001, Table 166.

Returns

iText.Kernel.Pdf.PdfDictionary which is a border style dictionary or null if it is not specified.

◆ GetDefaultAppearance()

virtual PdfString iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.GetDefaultAppearance ( )
inlinevirtual

The default appearance string that shall be used in formatting the text.

The default appearance string that shall be used in formatting the text. See ISO-32001 12.7.3.3, "Variable Text".

Returns
a iText.Kernel.Pdf.PdfString that specifies the default appearance, or null if default appereance is not specified.

◆ GetJustification()

virtual int iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.GetJustification ( )
inlinevirtual

A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified.

A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified. Default value: 0 (left-justified).

Returns
a code specifying the form of quadding (justification), returns the default value if not explicitly specified.

◆ GetRectangleDifferences()

virtual PdfArray iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.GetRectangleDifferences ( )
inlinevirtual

A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayed

Returns
null if not specified, otherwise a iText.Kernel.Pdf.PdfArray with four numbers which correspond to the differences in default user space between the left, top, right, and bottom coordinates of Rect and those of the inner rectangle, respectively.

◆ GetSubtype()

override PdfName iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.GetSubtype ( )
inlinevirtual

Gets a iText.Kernel.Pdf.PdfName which value is a subtype of this annotation. See ISO-320001 12.5.6, "Annotation Types" for the reference to the possible types.

Returns
subtype of this annotation.

Implements iText.Kernel.Pdf.Annot.PdfAnnotation.

◆ SetBorderEffect()

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetBorderEffect ( PdfDictionary  borderEffect )
inlinevirtual

Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations.

Parameters
borderEffect a iText.Kernel.Pdf.PdfDictionary which contents shall be specified in accordance to ISO-320001, Table 167.
Returns
this PdfFreeTextAnnotation instance.

◆ SetBorderStyle() [1/2]

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetBorderStyle ( PdfDictionary  borderStyle )
inlinevirtual

Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.GetBorder() ). See ISO-320001, Table 166 and GetBorderStyle() for more info.

Parameters
borderStyle a border style dictionary specifying the line width and dash pattern that shall be used in drawing the annotation’s border.
Returns
this PdfFreeTextAnnotation instance.

◆ SetBorderStyle() [2/2]

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetBorderStyle ( PdfName  style )
inlinevirtual

Setter for the annotation's preset border style.

Setter for the annotation's preset border style. Possible values are

See also ISO-320001, Table 166.

Parameters
style The new value for the annotation's border style.
Returns
this PdfFreeTextAnnotation instance.
See also
GetBorderStyle()

◆ SetDashPattern()

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetDashPattern ( PdfArray  dashPattern )
inlinevirtual

Setter for the annotation's preset dashed border style.

Setter for the annotation's preset dashed border style. This property has affect only if PdfAnnotation.STYLE_DASHED style was used for the annotation border style (see SetBorderStyle(iText.Kernel.Pdf.PdfName)See ISO-320001 8.4.3.6, "Line Dash Pattern" for the format in which dash pattern shall be specified.

Parameters
dashPattern a dash array defining a pattern of dashes and gaps that shall be used in drawing a dashed border.
Returns
this PdfFreeTextAnnotation instance.

◆ SetDefaultAppearance()

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetDefaultAppearance ( PdfString  appearanceString )
inlinevirtual

The default appearance string that shall be used in formatting the text.

The default appearance string that shall be used in formatting the text. See ISO-32001 12.7.3.3, "Variable Text".

Parameters
appearanceString a iText.Kernel.Pdf.PdfString that specifies the default appearance.
Returns
this PdfFreeTextAnnotation instance.

◆ SetJustification()

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetJustification ( int  justification )
inlinevirtual

A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified.

A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified. Default value: 0 (left-justified).

Parameters
justification a code specifying the form of quadding (justification).
Returns
this PdfFreeTextAnnotation instance.

◆ SetRectangleDifferences()

virtual iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.SetRectangleDifferences ( PdfArray  rect )
inlinevirtual

A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayed

Parameters
rect a iText.Kernel.Pdf.PdfArray with four numbers which correspond to the differences in default user space between the left, top, right, and bottom coordinates of Rect and those of the inner rectangle, respectively. Each value shall be greater than or equal to 0. The sum of the top and bottom differences shall be less than the height of Rect, and the sum of the left and right differences shall be less than the width of Rect.
Returns
this PdfFreeTextAnnotation instance.

Member Data Documentation

◆ LEFT_JUSTIFIED

const int iText.Kernel.Pdf.Annot.PdfFreeTextAnnotation.LEFT_JUSTIFIED = 0
static

Text justification options.