|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Array.IWrapper | |
---|---|
org.pdfclown.objects | Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. |
Uses of Array.IWrapper in org.pdfclown.objects |
---|
Methods in org.pdfclown.objects with parameters of type Array.IWrapper | ||
---|---|---|
static
|
Array.wrap(Array.IWrapper<TItem> itemWrapper,
PdfDirectObject baseObject)
Wraps an existing base array using the specified wrapper for wrapping its items. |
Constructors in org.pdfclown.objects with parameters of type Array.IWrapper | |
---|---|
Array(Array.IWrapper<TItem> itemWrapper,
PdfDirectObject baseObject)
Wraps an existing base array using the specified wrapper for wrapping its items. |
|
Array(Document context,
Array.IWrapper<TItem> itemWrapper)
Wraps a new base array using the specified wrapper for wrapping its items. |
|
Array(Document context,
Array.IWrapper<TItem> itemWrapper,
PdfArray baseDataObject)
Wraps the specified base array using the specified wrapper for wrapping its items. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |