Go to the source code of this file.
|
enum | JawsMako::ePDFObjectType {
JawsMako::ePOTInteger = 0
, JawsMako::ePOTBoolean = 1
, JawsMako::ePOTReal = 2
, JawsMako::ePOTString = 3
,
JawsMako::ePOTName = 4
, JawsMako::ePOTArray = 5
, JawsMako::ePOTDictionary = 6
, JawsMako::ePOTNull = 7
,
JawsMako::ePOTReference = 8
, JawsMako::ePOTFarReference = 9
, JawsMako::ePOTStream = 10
, JawsMako::ePOTOperator = 11
} |
| An enumeration of PDF object types. More...
|
◆ obj2IPDFArray
#define obj2IPDFArray |
( |
| obj | ) |
|
Value:
Base class Interface for all Reference Counted objects.
Definition ircobject.h:35
A simple class representing a mutable array of other PDF objects.
Definition pdfobjects.h:650
◆ obj2IPDFBoolean
#define obj2IPDFBoolean |
( |
| obj | ) |
|
Value:
A simple immutable boolean PDF object type.
Definition pdfobjects.h:217
◆ obj2IPDFDictionary
#define obj2IPDFDictionary |
( |
| obj | ) |
|
Value:
A simple class representing a mutable dictionary of key-value pairs where the keys are PDF names and ...
Definition pdfobjects.h:808
◆ obj2IPDFFarReference
#define obj2IPDFFarReference |
( |
| obj | ) |
|
Value:
A simple class representing an immutable PDF indirect reference from a remote context such as (for ex...
Definition pdfobjects.h:624
◆ obj2IPDFInteger
#define obj2IPDFInteger |
( |
| obj | ) |
|
Value:
A simple immutable integer PDF object type.
Definition pdfobjects.h:191
◆ obj2IPDFName
#define obj2IPDFName |
( |
| obj | ) |
|
Value:
Definition pdfobjects.h:350
◆ obj2IPDFNull
#define obj2IPDFNull |
( |
| obj | ) |
|
Value:
A simple immutable "null" pdf object.
Definition pdfobjects.h:270
◆ obj2IPDFObject
#define obj2IPDFObject |
( |
| obj | ) |
|
Value:
Abstract interface for a PDF internal object and common interfaces. All non-composite objects are imm...
Definition pdfobjects.h:56
◆ obj2IPDFOperator
#define obj2IPDFOperator |
( |
| obj | ) |
|
Value:
Definition pdfobjects.h:1171
◆ obj2IPDFReal
#define obj2IPDFReal |
( |
| obj | ) |
|
Value:
A simple immutable floating-point PDF object type.
Definition pdfobjects.h:244
◆ obj2IPDFReference
#define obj2IPDFReference |
( |
| obj | ) |
|
Value:
A simple class representing an immutable PDF indirect reference.
Definition pdfobjects.h:457
◆ obj2IPDFStream
#define obj2IPDFStream |
( |
| obj | ) |
|
Value:
Definition pdfobjects.h:1134
◆ obj2IPDFString
#define obj2IPDFString |
( |
| obj | ) |
|
Value:
A simple immutable string pdf object containing raw unencoded data or PDF Text information.
Definition pdfobjects.h:290
◆ pdfObj2IPDFArray
#define pdfObj2IPDFArray |
( |
| obj | ) |
|
Value:
@ ePOTArray
A PDF Array object.
Definition pdfobjects.h:39
CSmartPtr< T > pdfObj2Type(const IPDFObjectPtr &object, ePDFObjectType type)
Definition pdfobjects.h:176
◆ pdfObj2IPDFBoolean
#define pdfObj2IPDFBoolean |
( |
| obj | ) |
|
Value:
@ ePOTBoolean
A PDF Boolean object.
Definition pdfobjects.h:35
◆ pdfObj2IPDFFarReference
#define pdfObj2IPDFFarReference |
( |
| obj | ) |
|
Value:
@ ePOTFarReference
An indirect reference to a non-local PDF object.
Definition pdfobjects.h:43
◆ pdfObj2IPDFInteger
#define pdfObj2IPDFInteger |
( |
| obj | ) |
|
Value:
@ ePOTInteger
A PDF Integer object.
Definition pdfobjects.h:34
◆ pdfObj2IPDFName
#define pdfObj2IPDFName |
( |
| obj | ) |
|
Value:
@ ePOTName
A PDF Name object.
Definition pdfobjects.h:38
◆ pdfObj2IPDFNull
#define pdfObj2IPDFNull |
( |
| obj | ) |
|
Value:
@ ePOTNull
A PDF NULL object.
Definition pdfobjects.h:41
◆ pdfObj2IPDFOperator
#define pdfObj2IPDFOperator |
( |
| obj | ) |
|
Value:
@ ePOTOperator
A PDF/PostScript Operator object.
Definition pdfobjects.h:45
◆ pdfObj2IPDFReal
#define pdfObj2IPDFReal |
( |
| obj | ) |
|
Value:
@ ePOTReal
A PDF Real Object.
Definition pdfobjects.h:36
◆ pdfObj2IPDFReference
#define pdfObj2IPDFReference |
( |
| obj | ) |
|
Value:
@ ePOTReference
An indirect reference to a local PDF object stored in the same context.
Definition pdfobjects.h:42
◆ pdfObj2IPDFStream
#define pdfObj2IPDFStream |
( |
| obj | ) |
|
Value:
@ ePOTStream
A PDF Stream object.
Definition pdfobjects.h:44
◆ pdfObj2IPDFString
#define pdfObj2IPDFString |
( |
| obj | ) |
|
Value:
@ ePOTString
A PDF String object.
Definition pdfobjects.h:37