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.StructureIntermediate 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classL_Pdf_Data.ByReferencestatic classL_Pdf_Data.ByValue
-
Field Summary
Fields 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 Summary
Constructors Constructor Description L_Pdf_Data()L_Pdf_Data(com.sun.jna.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<?>getFieldOrder()-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
title
public com.sun.jna.Pointer title
optional title for pdf
C type : char*
-
n
public int n
number of images
C type : l_int32
-
ncmap
public int ncmap
number of colormaps
C type : l_int32
-
cida
public L_Ptra.ByReference cida
array of compressed image data
C type : L_Ptra*
-
id
public com.sun.jna.Pointer id
%PDF-1.2 id string
C type : char*
-
obj1
public com.sun.jna.Pointer obj1
catalog string
C type : char*
-
obj2
public com.sun.jna.Pointer obj2
metadata string
C type : char*
-
obj3
public com.sun.jna.Pointer obj3
pages string
C type : char*
-
obj4
public com.sun.jna.Pointer obj4
page string (variable data)
C type : char*
-
obj5
public com.sun.jna.Pointer obj5
content string (variable data)
C type : char*
-
poststream
public com.sun.jna.Pointer poststream
post-binary-stream string
C type : char*
-
trailer
public com.sun.jna.Pointer trailer
trailer string (variable data)
C type : char*
-
xy
public Pta.ByReference xy
store (xpt, ypt) array
C type : Pta*
-
wh
public Pta.ByReference wh
store (wpt, hpt) array
C type : Pta*
-
mediabox
public Box.ByReference mediabox
bounding region for all images
C type : Box*
-
saprex
public Sarray.ByReference saprex
pre-binary-stream xobject strings
C type : Sarray*
-
sacmap
public Sarray.ByReference sacmap
colormap pdf object strings
C type : Sarray*
-
objsize
public L_Dna.ByReference objsize
sizes of each pdf string object
C type : L_Dna*
-
objloc
public L_Dna.ByReference objloc
location of each pdf string object
C type : L_Dna*
-
xrefloc
public int xrefloc
location of xref
C type : l_int32
-
-