|
|||||||||
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,
PdfCrossTable crossTable,
java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
|
Method Summary | |
---|---|
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. |
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. |
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. |
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, getCrossTable, getPageWidget, searchInParents, setChanged, setCrossTable, setPageWidget |
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
---|
getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, setDictionary, setFlags, setModifiedDate, setName, setRectangle |
Constructor Detail |
---|
public PdfLineAnnotationWidget(PdfDictionary dictionary, PdfCrossTable crossTable, java.awt.geom.Rectangle2D rectangle, java.lang.String 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 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |