com.spire.pdf.annotations
Class PdfFreeTextAnnotation

java.lang.Object
  extended by com.spire.pdf.annotations.PdfAnnotation
      extended by com.spire.pdf.annotations.PdfFreeTextAnnotation
All Implemented Interfaces:
IPdfWrapper

public class PdfFreeTextAnnotation
extends PdfAnnotation

The Spire.Pdf.Action namespace contains classes used to create pdf action elements.


Constructor Summary
PdfFreeTextAnnotation(java.awt.geom.Rectangle2D rectangle)
           
 
Method Summary
 PdfAnnotationIntent getAnnotationIntent()
          Gets Internal variable to store file launch action
 PdfRGBColor getBorderColor()
          Gets text annotation border color
 java.awt.geom.Point2D[] getCalloutLines()
          Gets Text callout lines
 PdfFontBase getFont()
          Get PdfFont info
 com.spire.ms.System.Drawing.PointF[] getInnerCalloutLines()
           
 PdfLineEndingStyle getLineEndingStyle()
          Gets Ending Style of the pdf line
 java.lang.String getMarkupText()
          Gets mark test
 float getOpacity()
          Gets pdf test annotation opacity
 float[] getRectangleDifferences()
          Gets the rectangular diffecences
 PdfRGBColor getTextMarkupColor()
          Gets mark Text color
 void setAnnotationIntent(PdfAnnotationIntent value)
          Sets Internal variable to store file launch action
 void setBorderColor(PdfRGBColor value)
          Sets text annotation border color
 void setCalloutLines(java.awt.geom.Point2D[] value)
          Sets Text callout lines
 void setFont(PdfFontBase value)
          Get PdfFont info
 void setLineEndingStyle(PdfLineEndingStyle value)
          Sets Ending Style of the pdf line
 void setMarkupText(java.lang.String value)
          Sets mark test
 void setOpacity(float value)
          Sets pdf test annotation opacity
 void setRectangleDifferences(float[] value)
          Sets the rectangular diffecences
 void setTextMarkupColor(PdfRGBColor value)
          Sets mark Text color
 
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation
getAuthor, getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText
 

Constructor Detail

PdfFreeTextAnnotation

public PdfFreeTextAnnotation(java.awt.geom.Rectangle2D rectangle)
Method Detail

getLineEndingStyle

public PdfLineEndingStyle getLineEndingStyle()
Gets Ending Style of the pdf line


setLineEndingStyle

public void setLineEndingStyle(PdfLineEndingStyle value)
Sets Ending Style of the pdf line


getAnnotationIntent

public PdfAnnotationIntent getAnnotationIntent()
Gets Internal variable to store file launch action


setAnnotationIntent

public void setAnnotationIntent(PdfAnnotationIntent value)
Sets Internal variable to store file launch action


getMarkupText

public java.lang.String getMarkupText()
Gets mark test


setMarkupText

public void setMarkupText(java.lang.String value)
Sets mark test


getOpacity

public float getOpacity()
Gets pdf test annotation opacity


setOpacity

public void setOpacity(float value)
Sets pdf test annotation opacity


getFont

public PdfFontBase getFont()
Get PdfFont info


setFont

public void setFont(PdfFontBase value)
Get PdfFont info


getInnerCalloutLines

public com.spire.ms.System.Drawing.PointF[] getInnerCalloutLines()

getCalloutLines

public java.awt.geom.Point2D[] getCalloutLines()
Gets Text callout lines


setCalloutLines

public void setCalloutLines(java.awt.geom.Point2D[] value)
Sets Text callout lines


getTextMarkupColor

public PdfRGBColor getTextMarkupColor()
Gets mark Text color


setTextMarkupColor

public void setTextMarkupColor(PdfRGBColor value)
Sets mark Text color


getBorderColor

public PdfRGBColor getBorderColor()
Gets text annotation border color


setBorderColor

public void setBorderColor(PdfRGBColor value)
Sets text annotation border color


getRectangleDifferences

public float[] getRectangleDifferences()
Gets the rectangular diffecences


setRectangleDifferences

public void setRectangleDifferences(float[] value)
Sets the rectangular diffecences