PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.layers.ListModeEnum

Packages that use ListModeEnum
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
 

Uses of ListModeEnum in org.pdfclown.documents.contents.layers
 

Methods in org.pdfclown.documents.contents.layers that return ListModeEnum
 ListModeEnum LayerConfiguration.getListMode()
           
 ListModeEnum LayerDefinition.getListMode()
           
 ListModeEnum ILayerConfiguration.getListMode()
          Gets the list mode specifying which layers should be displayed to the user.
static ListModeEnum ListModeEnum.valueOf(PdfName name)
           
static ListModeEnum ListModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ListModeEnum[] ListModeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents.contents.layers with parameters of type ListModeEnum
 void LayerConfiguration.setListMode(ListModeEnum value)
           
 void LayerDefinition.setListMode(ListModeEnum value)
           
 void ILayerConfiguration.setListMode(ListModeEnum value)
           
 


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.