PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.annotations.AppearanceCharacteristics.OrientationEnum

Packages that use AppearanceCharacteristics.OrientationEnum
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 AppearanceCharacteristics.OrientationEnum in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return AppearanceCharacteristics.OrientationEnum
static AppearanceCharacteristics.OrientationEnum AppearanceCharacteristics.OrientationEnum.get(int value)
          Gets the orientation corresponding to the given value.
 AppearanceCharacteristics.OrientationEnum AppearanceCharacteristics.getOrientation()
          Gets the widget annotation's orientation.
static AppearanceCharacteristics.OrientationEnum AppearanceCharacteristics.OrientationEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AppearanceCharacteristics.OrientationEnum[] AppearanceCharacteristics.OrientationEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type AppearanceCharacteristics.OrientationEnum
 void AppearanceCharacteristics.setOrientation(AppearanceCharacteristics.OrientationEnum value)
          Sets the widget annotation's orientation.
 


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.