PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.PdfInteger

Packages that use PdfInteger
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.interaction Features that allow a user to interact with a document on the screen [PDF:1.6:8]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of PdfInteger in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return PdfInteger
 PdfInteger RotationEnum.getCode()
           
 

Methods in org.pdfclown.documents.contents with parameters of type PdfInteger
static RotationEnum RotationEnum.valueOf(PdfInteger value)
          Gets the direction corresponding to the given value.
 

Uses of PdfInteger in org.pdfclown.documents.interaction
 

Methods in org.pdfclown.documents.interaction that return PdfInteger
 PdfInteger JustificationEnum.getCode()
           
 

Methods in org.pdfclown.documents.interaction with parameters of type PdfInteger
static JustificationEnum JustificationEnum.valueOf(PdfInteger value)
          Gets the justification corresponding to the given value.
 

Uses of PdfInteger in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions that return PdfInteger
 PdfInteger Render.OperationEnum.getCode()
           
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type PdfInteger
static Render.OperationEnum Render.OperationEnum.valueOf(PdfInteger code)
           
 

Uses of PdfInteger in org.pdfclown.documents.interaction.navigation.document
 

Methods in org.pdfclown.documents.interaction.navigation.document that return PdfInteger
protected  PdfInteger Bookmarks.ensureCountObject()
          Gets the count object, forcing its creation if it doesn't exist.
 

Uses of PdfInteger in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return PdfInteger
 PdfInteger MediaScreenParameters.Viability.FloatingWindowParameters.LocationEnum.getCode()
           
 PdfInteger MediaScreenParameters.Viability.FloatingWindowParameters.OffscreenBehaviorEnum.getCode()
           
 PdfInteger MediaScreenParameters.Viability.FloatingWindowParameters.RelatedWindowEnum.getCode()
           
 PdfInteger MediaScreenParameters.Viability.FloatingWindowParameters.ResizeBehaviorEnum.getCode()
           
 PdfInteger MediaScreenParameters.Viability.WindowTypeEnum.getCode()
           
 PdfInteger MediaPlayParameters.Viability.FitModeEnum.getCode()
           
 PdfInteger MonitorSpecifierEnum.getCode()
           
 

Methods in org.pdfclown.documents.multimedia with parameters of type PdfInteger
static MediaScreenParameters.Viability.FloatingWindowParameters.LocationEnum MediaScreenParameters.Viability.FloatingWindowParameters.LocationEnum.valueOf(PdfInteger code)
           
static MediaScreenParameters.Viability.FloatingWindowParameters.OffscreenBehaviorEnum MediaScreenParameters.Viability.FloatingWindowParameters.OffscreenBehaviorEnum.valueOf(PdfInteger code)
           
static MediaScreenParameters.Viability.FloatingWindowParameters.RelatedWindowEnum MediaScreenParameters.Viability.FloatingWindowParameters.RelatedWindowEnum.valueOf(PdfInteger code)
           
static MediaScreenParameters.Viability.FloatingWindowParameters.ResizeBehaviorEnum MediaScreenParameters.Viability.FloatingWindowParameters.ResizeBehaviorEnum.valueOf(PdfInteger code)
           
static MediaScreenParameters.Viability.WindowTypeEnum MediaScreenParameters.Viability.WindowTypeEnum.valueOf(PdfInteger code)
           
static MediaPlayParameters.Viability.FitModeEnum MediaPlayParameters.Viability.FitModeEnum.valueOf(PdfInteger code)
           
static MonitorSpecifierEnum MonitorSpecifierEnum.valueOf(PdfInteger code)
           
 

Uses of PdfInteger in org.pdfclown.objects
 

Fields in org.pdfclown.objects declared as PdfInteger
static PdfInteger PdfInteger.Default
           
 

Methods in org.pdfclown.objects that return PdfInteger
static PdfInteger PdfInteger.get(Integer value)
          Gets the object equivalent to the given value.
 

Methods in org.pdfclown.objects with parameters of type PdfInteger
 PdfObject Visitor.visit(PdfInteger object, Object data)
           
 PdfObject IVisitor.visit(PdfInteger object, Object data)
          Visits an integer-number object.
 


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.