Uses of Class
org.faceless.pdf2.PDFStyle
-
Packages that use PDFStyle Package Description 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 Modifier and Type Field Description static PDFStylePDFStyle. LINKSTYLEThis style is a predefined convenience style - it can be passed intoPDFPage.beginTextLink(org.faceless.pdf2.PDFAction, org.faceless.pdf2.PDFStyle)to underline the text in the link.Methods in org.faceless.pdf2 that return PDFStyle Modifier and Type Method Description PDFStyleAnnotationText. getBackgroundStyle()Get the background style for the annotationPDFStyleWidgetAnnotation. getBackgroundStyle()Get the background style for this annotation.PDFStyleAnnotationLink. getStyle()Returns the style used to draw the link on the page.PDFStyleAnnotationShape. getStyle()Returns the style used to draw this shape, as set bysetStyle()PDFStyleAnnotationText. getStyle()Get the text style of the annotation.PDFStyleLayoutBox. getStyle()Return the style of the LayoutBox, as set byLayoutBox.setStyle(org.faceless.pdf2.PDFStyle)PDFStyleLayoutBox.Text. getStyle()Return the style of this Text itemPDFStylePDFGlyphVector. getStyle()Returns the PDFStyle of this PDFGlyphVectorPDFStylePDFPage. getStyle()Return the style used on the pagePDFStyleWidgetAnnotation. getTextStyle()Get the text style for this widget.PDFStylePDFStyle. subscriptClone()Return a new style which is the "subscripted" version of the current style.PDFStylePDFStyle. subscriptClone(float size, float position)Return a new style which is a "subscripted" version of the current style.PDFStylePDFStyle. superscriptClone()Return a new style which is the "superscripted" version of the current style.PDFStylePDFStyle. superscriptClone(float size, float position)Return a new style which is a "superscripted" version of the current style.Methods in org.faceless.pdf2 with parameters of type PDFStyle Modifier and Type Method Description voidLayoutBox. addLineBreak(PDFStyle style)Add a line-break in the specified style.LayoutBox.TextLayoutBox. addText(char[] buf, int off, int len, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox. addText(String string, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox. addTextNoBreak(char[] buf, int off, int len, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.LayoutBox.TextLayoutBox. addTextNoBreak(String string, PDFStyle style, Locale locale)Add a line of text to the LayoutBox.voidPDFPage. beginTextLink(PDFAction action, PDFStyle linkstyle)Start a "link" section in the text.PDFCanvasEGIZSignatureHandler. getLayerAppearance(String value, PDFStyle style)PDFCanvasPKCS7SignatureHandler. getLayerAppearance(String layername, PDFStyle textstyle)abstract PDFCanvasSignatureHandler. getLayerAppearance(String layername, PDFStyle style)Return aPDFCanvasfor the specified layer.voidAnnotationText. setBackgroundStyle(PDFStyle style)Set the background style for the annotation.voidForm. setBackgroundStyle(PDFStyle style)Set the default background style for all new elements added to the form.voidWidgetAnnotation. setBackgroundStyle(PDFStyle style)Set the background style for this annotation.voidAnnotationLink. setStyle(PDFStyle style)Set the style for this hyperlink annotation.voidAnnotationShape. setStyle(PDFStyle style)Sets the style used to draw this shapevoidAnnotationText. setStyle(PDFStyle style)Set the style to display the text invoidLayoutBox. setStyle(PDFStyle style)Set the default style of the box.voidPDFCanvas. setStyle(PDFStyle style)Set the style for this CanvasvoidPDFDrawable. setStyle(PDFStyle style)Set the style for this CanvasvoidPDFGlyphVector. setStyle(PDFStyle style)Override the style originally used to create this PDFGlyphVector.voidPDFPage. setStyle(PDFStyle style)Set the style to use for future drawing operations on this pagevoidForm. setTextStyle(PDFStyle style)Set the default text style for all new elements added to the form.voidWidgetAnnotation. setTextStyle(PDFStyle style)Set the text style for this annotation.Constructors in org.faceless.pdf2 with parameters of type PDFStyle Constructor Description PDFStyle(PDFStyle style)Create a new style which is a clone of the specified style
-