PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.PropertyList

Packages that use PropertyList
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
 

Uses of PropertyList in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return PropertyList
 PropertyList PropertyList.clone(Document context)
           
static PropertyList PropertyList.wrap(PdfDirectObject baseObject)
          Wraps the specified base object into a property list object.
protected  PropertyList PropertyListResources.wrap(PdfDirectObject baseObject)
           
 

Uses of PropertyList in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition with parameters of type PropertyList
 MarkedContent PrimitiveComposer.beginMarkedContent(PdfName tag, PropertyList propertyList)
          Begins a new marked-content sequence [PDF:1.6:10.5].
 

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

Subclasses of PropertyList in org.pdfclown.documents.contents.layers
 class Layer
          Optional content group [PDF:1.7:4.10.1].
 class LayerEntity
          Layer entity.
 class LayerMembership
          Optional content membership [PDF:1.7:4.10.1].
 

Uses of PropertyList in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects that return PropertyList
 PropertyList ContentMarker.getProperties(IContentContext context)
          Gets the private information meaningful to the program (application or plugin extension) creating the marked content.
 PropertyList ContentMarker.getResource(IContentContext context)
           
 


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.