public class L_Pdf_Data
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Pdf_Data.ByReference |
|
static class |
L_Pdf_Data.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
L_Ptra.ByReference |
cida |
array of compressed image data
C type : L_Ptra* |
com.sun.jna.Pointer |
id |
%PDF-1.2 id string
C type : char* |
Box.ByReference |
mediabox |
bounding region for all images
C type : Box* |
int |
n |
number of images
C type : l_int32 |
int |
ncmap |
number of colormaps
C type : l_int32 |
com.sun.jna.Pointer |
obj1 |
catalog string
C type : char* |
com.sun.jna.Pointer |
obj2 |
metadata string
C type : char* |
com.sun.jna.Pointer |
obj3 |
pages string
C type : char* |
com.sun.jna.Pointer |
obj4 |
page string (variable data)
C type : char* |
com.sun.jna.Pointer |
obj5 |
content string (variable data)
C type : char* |
L_Dna.ByReference |
objloc |
location of each pdf string object
C type : L_Dna* |
L_Dna.ByReference |
objsize |
sizes of each pdf string object
C type : L_Dna* |
com.sun.jna.Pointer |
poststream |
post-binary-stream string
C type : char* |
Sarray.ByReference |
sacmap |
colormap pdf object strings
C type : Sarray* |
Sarray.ByReference |
saprex |
pre-binary-stream xobject strings
C type : Sarray* |
com.sun.jna.Pointer |
title |
optional title for pdf
C type : char* |
com.sun.jna.Pointer |
trailer |
trailer string (variable data)
C type : char* |
Pta.ByReference |
wh |
store (wpt, hpt) array
C type : Pta* |
int |
xrefloc |
location of xref
C type : l_int32 |
Pta.ByReference |
xy |
store (xpt, ypt) array
C type : Pta* |
| Constructor | Description |
|---|---|
L_Pdf_Data() |
|
L_Pdf_Data(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, 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, writeFieldpublic com.sun.jna.Pointer title
public int n
public int ncmap
public L_Ptra.ByReference cida
public com.sun.jna.Pointer id
public com.sun.jna.Pointer obj1
public com.sun.jna.Pointer obj2
public com.sun.jna.Pointer obj3
public com.sun.jna.Pointer obj4
public com.sun.jna.Pointer obj5
public com.sun.jna.Pointer poststream
public com.sun.jna.Pointer trailer
public Pta.ByReference xy
public Pta.ByReference wh
public Box.ByReference mediabox
public Sarray.ByReference saprex
public Sarray.ByReference sacmap
public L_Dna.ByReference objsize
public L_Dna.ByReference objloc
public int xrefloc
Copyright © 2026. All rights reserved.