PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.contents.composition.AlignmentXEnum

Packages that use AlignmentXEnum
it.stefanochizzolini.clown.documents.contents.composition Typographic composition. 
it.stefanochizzolini.clown.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 AlignmentXEnum in it.stefanochizzolini.clown.documents.contents.composition
 

Methods in it.stefanochizzolini.clown.documents.contents.composition that return AlignmentXEnum
static AlignmentXEnum AlignmentXEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlignmentXEnum[] AlignmentXEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.stefanochizzolini.clown.documents.contents.composition with parameters of type AlignmentXEnum
 void BlockFilter.begin(Rectangle2D frame, AlignmentXEnum alignmentX, AlignmentYEnum alignmentY)
          Begins a content block.
 void BlockFilter.showBreak(AlignmentXEnum alignmentX)
          Ends current paragraph, specifying the alignment of the next one.
 void BlockFilter.showBreak(Dimension2D offset, AlignmentXEnum alignmentX)
          Ends current paragraph, specifying the offset and alignment of the next one.
 Point2D[] PrimitiveFilter.showText(String value, Point2D location, AlignmentXEnum alignmentX, AlignmentYEnum alignmentY, double rotation)
          Shows the specified text on the page at the specified location [PDF:1.6:5.3.2].
 Link PrimitiveFilter.showText(String value, Point2D location, AlignmentXEnum alignmentX, AlignmentYEnum alignmentY, double rotation, Action action)
          Shows the link associated to the specified text on the page at the specified location.
 void PrimitiveFilter.showXObject(PdfName name, Point2D location, Dimension2D size, AlignmentXEnum alignmentX, AlignmentYEnum alignmentY, double rotation)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 void PrimitiveFilter.showXObject(XObject value, Point2D location, Dimension2D size, AlignmentXEnum alignmentX, AlignmentYEnum alignmentY, double rotation)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 

Uses of AlignmentXEnum in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return AlignmentXEnum
 AlignmentXEnum AppearanceCharacteristics.IconFitObject.getAlignmentX()
          Gets the horizontal alignment of the icon inside the annotation box.
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type AlignmentXEnum
 void AppearanceCharacteristics.IconFitObject.setAlignmentX(AlignmentXEnum value)
          Sets the horizontal alignment of the icon inside the annotation box.
 


PDF Clown
0.0.8

Project home page

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