it.stefanochizzolini.clown.documents
Class NamedEmbeddedFiles
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.objects.NameTree<FileSpec>
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)
Methods inherited from class it.stefanochizzolini.clown.objects.NameTree |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
NamedEmbeddedFiles
public NamedEmbeddedFiles(Document context)
NamedEmbeddedFiles
public NamedEmbeddedFiles(PdfDirectObject baseObject,
PdfIndirectObject container)
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>
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.