void |
LayoutBox.addLineBreak(PDFStyle style) |
Add a line-break in the specified style.
|
LayoutBox.Text |
LayoutBox.addText(char[] buf,
int off,
int len,
PDFStyle style,
Locale locale) |
Add a line of text to the LayoutBox.
|
LayoutBox.Text |
LayoutBox.addText(String string,
PDFStyle style,
Locale locale) |
Add a line of text to the LayoutBox.
|
LayoutBox.Text |
LayoutBox.addTextNoBreak(char[] buf,
int off,
int len,
PDFStyle style,
Locale locale) |
Add a line of text to the LayoutBox.
|
LayoutBox.Text |
LayoutBox.addTextNoBreak(String string,
PDFStyle style,
Locale locale) |
Add a line of text to the LayoutBox.
|
void |
PDFPage.beginTextLink(PDFAction action,
PDFStyle linkstyle) |
Start a "link" section in the text.
|
PDFCanvas |
EGIZSignatureHandler.getLayerAppearance(String value,
PDFStyle style) |
|
PDFCanvas |
PKCS7SignatureHandler.getLayerAppearance(String layername,
PDFStyle textstyle) |
|
abstract PDFCanvas |
SignatureHandler.getLayerAppearance(String layername,
PDFStyle style) |
|
void |
AnnotationText.setBackgroundStyle(PDFStyle style) |
Set the background style for the annotation.
|
void |
Form.setBackgroundStyle(PDFStyle style) |
Set the default background style for all new elements added to the form.
|
void |
WidgetAnnotation.setBackgroundStyle(PDFStyle style) |
Set the background style for this annotation.
|
void |
AnnotationLink.setStyle(PDFStyle style) |
Set the style for this hyperlink annotation.
|
void |
AnnotationShape.setStyle(PDFStyle style) |
Sets the style used to draw this shape
|
void |
AnnotationText.setStyle(PDFStyle style) |
Set the style to display the text in
|
void |
LayoutBox.setStyle(PDFStyle style) |
Set the default style of the box.
|
void |
PDFCanvas.setStyle(PDFStyle style) |
Set the style for this Canvas
|
void |
PDFDrawable.setStyle(PDFStyle style) |
Set the style for this Canvas
|
void |
PDFGlyphVector.setStyle(PDFStyle style) |
Override the style originally used to create this PDFGlyphVector.
|
void |
PDFPage.setStyle(PDFStyle style) |
Set the style to use for future drawing operations on this page
|
void |
Form.setTextStyle(PDFStyle style) |
Set the default text style for all new elements added to the form.
|
void |
WidgetAnnotation.setTextStyle(PDFStyle style) |
Set the text style for this annotation.
|