|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFStyle | |
---|---|
org.faceless.pdf2 | Contains the classes used to create a PDF document |
Uses of PDFStyle in org.faceless.pdf2 |
---|
Fields in org.faceless.pdf2 declared as PDFStyle | |
---|---|
static PDFStyle |
PDFStyle.LINKSTYLE
This style is a predefined convenience style - it can be passed into PDFPage.beginTextLink(org.faceless.pdf2.PDFAction, org.faceless.pdf2.PDFStyle) to underline the text in the link. |
Methods in org.faceless.pdf2 that return PDFStyle | |
---|---|
PDFStyle |
AnnotationText.getBackgroundStyle()
Get the background style for the annotation |
PDFStyle |
WidgetAnnotation.getBackgroundStyle()
Get the background style for this annotation. |
PDFStyle |
AnnotationLink.getStyle()
Returns the style used to draw the link on the page. |
PDFStyle |
AnnotationShape.getStyle()
Returns the style used to draw this shape, as set by setStyle() |
PDFStyle |
AnnotationText.getStyle()
Get the text style of the annotation. |
PDFStyle |
LayoutBox.getStyle()
Return the style of the LayoutBox, as set by LayoutBox.setStyle(org.faceless.pdf2.PDFStyle) |
PDFStyle |
LayoutBox.Text.getStyle()
Return the style of this Text item |
PDFStyle |
PDFGlyphVector.getStyle()
Returns the style that created these glyphs. |
PDFStyle |
PDFPage.getStyle()
Return the style used on the page |
PDFStyle |
WidgetAnnotation.getTextStyle()
Get the text style for this widget. |
PDFStyle |
PDFStyle.subscriptClone()
Return a new style which is the "subscripted" version of the current style. |
PDFStyle |
PDFStyle.superscriptClone()
Return a new style which is the "superscripted" version of the current style. |
Methods in org.faceless.pdf2 with parameters of type PDFStyle | |
---|---|
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 |
DSE200Handler.getLayerAppearance(String layername,
PDFStyle textstyle)
|
PDFCanvas |
EGIZSignatureHandler.getLayerAppearance(String value,
PDFStyle style)
|
PDFCanvas |
PKCS7SignatureHandler.getLayerAppearance(String layername,
PDFStyle textstyle)
|
abstract PDFCanvas |
SignatureHandler.getLayerAppearance(String layername,
PDFStyle style)
Return a PDFCanvas for the specified layer. |
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 |
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. |
Constructors in org.faceless.pdf2 with parameters of type PDFStyle | |
---|---|
PDFStyle(PDFStyle style)
Create a new style which is a clone of the specified style |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |