PdfLineAnnotation |
PdfLineAnnotation.setBorderStyle(PdfDictionary borderStyle) |
Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.getBorder() ).
|
PdfLineAnnotation |
PdfLineAnnotation.setBorderStyle(PdfName style) |
Setter for the annotation's preset border style.
|
PdfLineAnnotation |
PdfLineAnnotation.setCaptionOffset(float[] captionOffset) |
Sets the offset of the caption text from its normal position.
|
PdfLineAnnotation |
PdfLineAnnotation.setCaptionOffset(PdfArray captionOffset) |
Sets the offset of the caption text from its normal position.
|
PdfLineAnnotation |
PdfLineAnnotation.setCaptionPosition(PdfName captionPosition) |
Sets annotation's caption positioning.
|
PdfLineAnnotation |
PdfLineAnnotation.setContentsAsCaption(boolean contentsAsCaption) |
|
PdfLineAnnotation |
PdfLineAnnotation.setDashPattern(PdfArray dashPattern) |
Setter for the annotation's preset dashed border style.
|
PdfLineAnnotation |
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 |
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 |
PdfLineAnnotation.setLeaderLineExtension(float leaderLineExtension) |
Sets the length of leader line extensions that extend from the line proper 180 degrees from the leader lines.
|
PdfLineAnnotation |
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 |
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 |
PdfLineAnnotation.setLineEndingStyles(PdfArray lineEndingStyles) |
Sets the line ending styles that are used in drawing the line.
|
PdfLineAnnotation |
PdfLineAnnotation.setMeasure(PdfDictionary measure) |
Sets a measure dictionary that specifies the scale and units that apply to the line annotation.
|