Package | Description |
---|---|
com.itextpdf.kernel.pdf.annot |
Modifier and Type | Method and Description |
---|---|
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)
If set to true, the text specified by the PdfName.Contents or PdfName.RC entries (see PdfAnnotation.getContents() and PdfMarkupAnnotation.getRichText() ) will be replicated as a caption in the appearance of the line.
|
PdfLineAnnotation |
PdfLineAnnotation.setLeaderLine(float leaderLine)
Deprecated.
use
setLeaderLineLength(float) instead.
|
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.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.