|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfLineAnnotationWidget
public class PdfLineAnnotationWidget
Represents the loaded line annotation class.
| Constructor Summary | |
|---|---|
PdfLineAnnotationWidget(PdfDictionary dictionary,
java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Get specifying author |
PdfRGBColor |
getBackColor()
Gets the back color of the annotation. |
PdfLineEndingStyle |
getBeginLineStyle()
Gets the begin line style of the annotation. |
PdfLineCaptionType |
getCaptionType()
Gets the caption type of the annotation. |
PdfLineEndingStyle |
getEndLineStyle()
Gets the end line style of the annotation. |
java.awt.geom.Point2D |
getEndPoint()
Gets the endpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward |
int |
getLeaderExt()
Gets the leader ext of the annotation. |
int |
getLeaderLine()
Gets the leader line of the annotation. |
LineBorder |
getLineBorder()
Gets the line border of the annotation. |
boolean |
getLineCaption()
Gets the line caption of the annotation. |
PdfLineIntent |
getLineIntent()
Gets the line intent of the annotation. |
java.awt.geom.Point2D |
getStartPoint()
Gets the startpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward |
java.lang.String |
getSubject()
Get specifying subject |
void |
setAuthor(java.lang.String value)
Set specifying author |
void |
setBackColor(PdfRGBColor value)
Sets the back color of the annotation. |
void |
setBeginLineStyle(PdfLineEndingStyle value)
Sets the begin line style of the annotation. |
void |
setCaptionType(PdfLineCaptionType value)
Sets the caption type of the annotation. |
void |
setEndLineStyle(PdfLineEndingStyle value)
Sets the end line style of the annotation. |
void |
setLeaderExt(int value)
Sets the leader ext of the annotation. |
void |
setLineCaption(boolean value)
Sets the line caption of the annotation. |
void |
setLineIntent(PdfLineIntent value)
Sets the line intent of the annotation. |
void |
setSubject(java.lang.String value)
Set specifying subject |
| Methods inherited from class com.spire.pdf.annotations.PdfStyledAnnotationWidget |
|---|
getBorder, getBounds, getColor, getLocation, getSize, getText, setAnnotationFlags, setBorder, setBounds, setColor, setLocation, setSize, setText |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotationWidget |
|---|
getChanged, getPageWidget, searchInParents, setChanged, setPageWidget |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
|---|
getFlags, getModifiedDate, getName, getPage, getRectangle, setFlags, setModifiedDate, setName, setRectangle |
| Constructor Detail |
|---|
public PdfLineAnnotationWidget(PdfDictionary dictionary,
java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
dictionary - The dictionary.rectangle - The rectangletext - The text| Method Detail |
|---|
public PdfRGBColor getBackColor()
public void setBackColor(PdfRGBColor value)
public PdfLineEndingStyle getBeginLineStyle()
public void setBeginLineStyle(PdfLineEndingStyle value)
public PdfLineCaptionType getCaptionType()
public void setCaptionType(PdfLineCaptionType value)
public PdfLineEndingStyle getEndLineStyle()
public void setEndLineStyle(PdfLineEndingStyle value)
public int getLeaderLine()
public java.awt.geom.Point2D getEndPoint()
public java.awt.geom.Point2D getStartPoint()
public int getLeaderExt()
public void setLeaderExt(int value)
public LineBorder getLineBorder()
public boolean getLineCaption()
public void setLineCaption(boolean value)
public PdfLineIntent getLineIntent()
public void setLineIntent(PdfLineIntent value)
public java.lang.String getAuthor()
getAuthor in class PdfAnnotationpublic void setAuthor(java.lang.String value)
setAuthor in class PdfAnnotationvalue - public java.lang.String getSubject()
getSubject in class PdfAnnotationpublic void setSubject(java.lang.String value)
setSubject in class PdfAnnotationvalue - subject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||