PDF Clown
0.1.1

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.
IPdfIndirectObject PDF indirect object interface.
IPdfObjectWrapper PDF object wrapper interface.
 

Class Summary
Array<TItem extends IPdfObjectWrapper> Collection of sequentially-arranged object wrappers.
NameTree<TValue extends PdfObjectWrapper<?>> Name tree [PDF:1.6:3.8.5].
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].
PdfNamedObjectWrapper<TDataObject extends PdfDataObject> High-level representation of a strongly-typed PDF object that can be referenced also through a name.
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].
 

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.1

Project home page

Copyright © 2006-2011 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.