Package net.sourceforge.lept4j
Class L_Pdf_Data
java.lang.Object
com.sun.jna.Structure
net.sourceforge.lept4j.L_Pdf_Data
- Direct Known Subclasses:
- L_Pdf_Data.ByReference,- L_Pdf_Data.ByValue
public class L_Pdf_Data
extends com.sun.jna.Structure
Intermediate pdf generation data
native declaration : imageio.h:113
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
native declaration : imageio.h:113
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classL_Pdf_Data.ByReferencestatic classL_Pdf_Data.ByValue
- 
Field SummaryFields Modifier and Type Field Description L_Ptra.ByReferencecidaarray of compressed image data
 C type : L_Ptra*com.sun.jna.Pointerid%PDF-1.2 id string
 C type : char*Box.ByReferencemediaboxbounding region for all images
 C type : Box*intnnumber of images
 C type : l_int32intncmapnumber of colormaps
 C type : l_int32com.sun.jna.Pointerobj1catalog string
 C type : char*com.sun.jna.Pointerobj2metadata string
 C type : char*com.sun.jna.Pointerobj3pages string
 C type : char*com.sun.jna.Pointerobj4page string (variable data)
 C type : char*com.sun.jna.Pointerobj5content string (variable data)
 C type : char*L_Dna.ByReferenceobjloclocation of each pdf string object
 C type : L_Dna*L_Dna.ByReferenceobjsizesizes of each pdf string object
 C type : L_Dna*com.sun.jna.Pointerpoststreampost-binary-stream string
 C type : char*Sarray.ByReferencesacmapcolormap pdf object strings
 C type : Sarray*Sarray.ByReferencesaprexpre-binary-stream xobject strings
 C type : Sarray*com.sun.jna.Pointertitleoptional title for pdf
 C type : char*com.sun.jna.Pointertrailertrailer string (variable data)
 C type : char*Pta.ByReferencewhstore (wpt, hpt) array
 C type : Pta*intxrefloclocation of xref
 C type : l_int32Pta.ByReferencexystore (xpt, ypt) array
 C type : Pta*
- 
Constructor SummaryConstructors Constructor Description L_Pdf_Data()L_Pdf_Data(com.sun.jna.Pointer peer)
- 
Method SummaryModifier and Type Method Description protected java.util.List<java.lang.String>getFieldOrder()Gets this Structure's field names in their proper order.Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
titlepublic com.sun.jna.Pointer titleoptional title for pdf
 C type : char*
- 
npublic int nnumber of images
 C type : l_int32
- 
ncmappublic int ncmapnumber of colormaps
 C type : l_int32
- 
cidaarray of compressed image data
 C type : L_Ptra*
- 
idpublic com.sun.jna.Pointer id%PDF-1.2 id string
 C type : char*
- 
obj1public com.sun.jna.Pointer obj1catalog string
 C type : char*
- 
obj2public com.sun.jna.Pointer obj2metadata string
 C type : char*
- 
obj3public com.sun.jna.Pointer obj3pages string
 C type : char*
- 
obj4public com.sun.jna.Pointer obj4page string (variable data)
 C type : char*
- 
obj5public com.sun.jna.Pointer obj5content string (variable data)
 C type : char*
- 
poststreampublic com.sun.jna.Pointer poststreampost-binary-stream string
 C type : char*
- 
trailerpublic com.sun.jna.Pointer trailertrailer string (variable data)
 C type : char*
- 
xystore (xpt, ypt) array
 C type : Pta*
- 
whstore (wpt, hpt) array
 C type : Pta*
- 
mediaboxbounding region for all images
 C type : Box*
- 
saprexpre-binary-stream xobject strings
 C type : Sarray*
- 
sacmapcolormap pdf object strings
 C type : Sarray*
- 
objsizesizes of each pdf string object
 C type : L_Dna*
- 
objloclocation of each pdf string object
 C type : L_Dna*
- 
xreflocpublic int xrefloclocation of xref
 C type : l_int32
 
- 
- 
Constructor Details- 
L_Pdf_Datapublic L_Pdf_Data()
- 
L_Pdf_Datapublic L_Pdf_Data(com.sun.jna.Pointer peer)
 
- 
- 
Method Details- 
getFieldOrderprotected java.util.List<java.lang.String> getFieldOrder()Gets this Structure's field names in their proper order.- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
- Returns:
- list of ordered field names
 
 
-