PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.annotations.RubberStamp.IconTypeEnum

Packages that use RubberStamp.IconTypeEnum
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 RubberStamp.IconTypeEnum in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return RubberStamp.IconTypeEnum
static RubberStamp.IconTypeEnum RubberStamp.IconTypeEnum.get(PdfName value)
          Gets the markup type corresponding to the given value.
 RubberStamp.IconTypeEnum RubberStamp.getIconType()
          Gets the icon to be used in displaying the annotation.
static RubberStamp.IconTypeEnum RubberStamp.IconTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RubberStamp.IconTypeEnum[] RubberStamp.IconTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type RubberStamp.IconTypeEnum
 void RubberStamp.setIconType(RubberStamp.IconTypeEnum value)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type RubberStamp.IconTypeEnum
RubberStamp(Page page, Rectangle2D box, String text, RubberStamp.IconTypeEnum iconType)
           
 


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.