Uses of Class
org.faceless.pdf2.PDFStyle

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 WidgetAnnotation.getBackgroundStyle()
          Get the background style for this annotation.
 PDFStyle AnnotationText.getStyle()
          Get the 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 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 PKCS7SignatureHandler.getLayerAppearance(String layername, PDFStyle textstyle)
           
abstract  PDFCanvas SignatureHandler.getLayerAppearance(String layername, PDFStyle style)
          Return a PDFCanvas for the specified layer.
 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 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
 



Copyright © 2001-2008 Big Faceless Organization