PDF Clown
0.1.2

Package org.pdfclown.objects

Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8].

See:
          Description

Interface Summary
Array.IWrapper<TItem> Item instancer.
ICompositeMap<TKey> Composite map.
IPdfIndirectObject PDF indirect object interface.
IPdfNamedObjectWrapper High-level representation of a PDF object that can be referenced also through a name.
IPdfObjectWrapper PDF object wrapper interface.
IVisitable Visitable interface.
IVisitor Visitor interface.
 

Class Summary
Array<TItem extends IPdfObjectWrapper> Collection of sequentially-arranged object wrappers.
Cloner Object cloner.
Cloner.Filter  
NameTree<TValue extends PdfObjectWrapper<?>> Name tree [PDF:1.7:3.8.5].
NumberTree<TValue extends PdfObjectWrapper<?>> Number tree [PDF:1.7:3.8.6].
PdfArray PDF array object, that is a one-dimensional collection of (possibly-heterogeneous) objects arranged sequentially [PDF:1.7:3.2.5].
PdfBoolean PDF boolean object [PDF:1.6:3.2.1].
PdfDataObject PDF data object.
PdfDate PDF date object [PDF:1.6:3.8.3].
PdfDictionary PDF dictionary object [PDF:1.6:3.2.6].
PdfDirectObject Abstract PDF direct object.
PdfIndirectObject PDF indirect object [PDF:1.6:3.2.9].
PdfInteger PDF integer number object [PDF:1.6:3.2.2].
PdfName PDF name object [PDF:1.6:3.2.4].
PdfNumber<TValue extends Number> PDF number object [PDF:1.6:3.2.2].
PdfObject Abstract PDF object.
PdfObjectWrapper<TDataObject extends PdfDataObject> High-level representation of a PDF object.
PdfReal PDF real number object [PDF:1.6:3.2.2].
PdfReference PDF indirect reference object [PDF:1.6:3.2.9].
PdfSimpleObject<TValue> Abstract PDF simple object.
PdfStream PDF stream object [PDF:1.6:3.2.7].
PdfString PDF string object [PDF:1.6:3.2.3].
PdfTextString PDF text string object [PDF:1.6:3.8.1].
Rectangle PDF rectangle object [PDF:1.6:3.8.4].
Tree<TKey extends PdfSimpleObject<?>,TValue extends PdfObjectWrapper<? extends PdfDataObject>> Abstract tree [PDF:1.6:3.8.5].
Visitor Visitor object.
 

Enum Summary
PdfString.SerializationModeEnum String serialization mode.
 

Package org.pdfclown.objects Description

Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8].

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


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.