PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.composition.YAlignmentEnum

Packages that use YAlignmentEnum
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
 

Uses of YAlignmentEnum in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition that return YAlignmentEnum
 YAlignmentEnum BlockComposer.getYAlignment()
          Gets the vertical alignment applied to the current content block.
static YAlignmentEnum YAlignmentEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YAlignmentEnum[] YAlignmentEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents.contents.composition with parameters of type YAlignmentEnum
 void BlockComposer.begin(Rectangle2D frame, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment)
          Begins a content block.
 Quad PrimitiveComposer.showText(String value, Point2D location, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation)
          Shows the specified text on the page at the specified location [PDF:1.6:5.3.2].
 Link PrimitiveComposer.showText(String value, Point2D location, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation, Action action)
          Shows the link associated to the specified text on the page at the specified location.
 void PrimitiveComposer.showXObject(PdfName name, Point2D location, Dimension2D size, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 void PrimitiveComposer.showXObject(XObject value, Point2D location, Dimension2D size, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 

Uses of YAlignmentEnum in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return YAlignmentEnum
 YAlignmentEnum AppearanceCharacteristics.IconFitObject.getYAlignment()
          Gets the vertical alignment of the icon inside the annotation box.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type YAlignmentEnum
 void AppearanceCharacteristics.IconFitObject.setYAlignment(YAlignmentEnum value)
          Sets the vertical alignment of the icon inside the annotation box.
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.