Uses of Class
com.itextpdf.kernel.pdf.annot.PdfLineAnnotation
-
Uses of PdfLineAnnotation in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionPdfLineAnnotation.setBorderStyle
(PdfDictionary borderStyle) Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()
).PdfLineAnnotation.setBorderStyle
(PdfName style) Setter for the annotation's preset border style.PdfLineAnnotation.setCaptionOffset
(float[] captionOffset) Sets the offset of the caption text from its normal position.PdfLineAnnotation.setCaptionOffset
(PdfArray captionOffset) Sets the offset of the caption text from its normal position.PdfLineAnnotation.setCaptionPosition
(PdfName captionPosition) Sets annotation's caption positioning.PdfLineAnnotation.setContentsAsCaption
(boolean contentsAsCaption) If set to true, the text specified by thePdfName.Contents
orPdfName.RC
entries (seePdfAnnotation.getContents()
andPdfMarkupAnnotation.getRichText()
) will be replicated as a caption in the appearance of the line.PdfLineAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfLineAnnotation.setInteriorColor
(float[] interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's line endings.PdfLineAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's line endings.PdfLineAnnotation.setLeaderLineExtension
(float leaderLineExtension) Sets the length of leader line extensions that extend from the line proper 180 degrees from the leader lines.PdfLineAnnotation.setLeaderLineLength
(float leaderLineLength) Sets the length of leader lines in default user space that extend from each endpoint of the line perpendicular to the line itself.PdfLineAnnotation.setLeaderLineOffset
(float leaderLineOffset) Sets the length of the leader line offset, which is the amount of empty space between the endpoints of the annotation and the beginning of the leader lines.PdfLineAnnotation.setLineEndingStyles
(PdfArray lineEndingStyles) Sets the line ending styles that are used in drawing the line.PdfLineAnnotation.setMeasure
(PdfDictionary measure) Sets a measure dictionary that specifies the scale and units that apply to the line annotation.