PDF Clown
0.0.8

it.stefanochizzolini.clown.documents
Class NamedEmbeddedFiles

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.objects.NameTree<FileSpec>
          extended by it.stefanochizzolini.clown.documents.NamedEmbeddedFiles
All Implemented Interfaces:
Map<PdfString,FileSpec>

public class NamedEmbeddedFiles
extends NameTree<FileSpec>

Named embedded files [PDF:1.6:3.6.3].

Since:
0.0.7
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
NamedEmbeddedFiles(Document context)
           
NamedEmbeddedFiles(PdfDirectObject baseObject, PdfIndirectObject container)
           
 
Method Summary
 NamedEmbeddedFiles clone(Document context)
          Gets a clone of the object, registered inside the given document context.
protected  FileSpec wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
          Wraps a base object within its corresponding high-level representation.
 
Methods inherited from class it.stefanochizzolini.clown.objects.NameTree
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedEmbeddedFiles

public NamedEmbeddedFiles(Document context)

NamedEmbeddedFiles

public NamedEmbeddedFiles(PdfDirectObject baseObject,
                          PdfIndirectObject container)
Method Detail

clone

public NamedEmbeddedFiles clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Overrides:
clone in class NameTree<FileSpec>
Parameters:
context - Which document the clone has to be registered in.

wrap

protected FileSpec wrap(PdfDirectObject baseObject,
                        PdfIndirectObject container,
                        PdfString name)
Description copied from class: NameTree
Wraps a base object within its corresponding high-level representation.

Specified by:
wrap in class NameTree<FileSpec>

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.