My Project
|
Foxit namespace. More...
Namespaces | |
addon | |
Add-on namespace. | |
common | |
Common namespace. | |
fdf | |
FDF namespace. | |
fts | |
Full text search namespace. | |
PDF namespace. | |
Classes | |
class | ActionCallback |
class | Base |
class | DateTime |
class | Exception |
class | IdentityProperties |
class | MenuList |
class | MenuListArray |
class | StringArray |
class | WStringArray |
Typedefs | |
typedef uint32 | ARGB |
ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24) | |
typedef FX_INT64 | FILESIZE |
File size. Support large file directly. | |
typedef CFX_ArrayTemplate< float > | FloatArray |
An array of float values. | |
typedef void * | FS_HANDLE |
Handle type. | |
typedef FX_INT16 | int16 |
16-bit signed integer. | |
typedef FX_INT32 | int32 |
32-bit signed integer. | |
typedef CFX_ArrayTemplate< int32 > | Int32Array |
An array of integer values. | |
typedef FX_INT64 | int64 |
Signed 64-bit integer. | |
typedef FX_INT8 | int8 |
8-bit signed integer. | |
typedef CFX_Matrix | Matrix |
Matrix information, in float. | |
typedef CFX_Object | Object |
Object type. | |
typedef PointF | Offset |
Offset information, in float. | |
typedef CFX_PointF | PointF |
Point information, in float. | |
typedef CFX_ArrayTemplate< PointF > | PointFArray |
An array of PointF objects. | |
typedef FX_POSITION | POSITION |
A value used to denote the position of an element in a collection. | |
typedef CFX_FloatRect | RectF |
Rectangle, in float. | |
typedef CFX_ArrayTemplate< RectF > | RectFArray |
An array of RectF objects. | |
typedef FX_RECT | RectI |
Rectangle, in integer. | |
typedef uint32 | RGB |
RGB color type, 24 bits, ((b) | ((g) << 8) | ((r) << 16))) | |
typedef CFX_ByteString | String |
Byte string. | |
typedef FX_UINT16 | uint16 |
16-bit unsigned integer. | |
typedef FX_UINT32 | uint32 |
32-bit unsigned integer. | |
typedef FX_UINT64 | uint64 |
Unsigned 64-bit integer. | |
typedef FX_UINT8 | uint8 |
8-bit unsigned integer. | |
typedef CFX_WideString | WString |
Wide string. | |
Foxit namespace.
All the definitions and classes of Foxit PDF SDK are defined within this namespace.
enum foxit::ErrorCode |
Enumeration for error code.
Values of this enumeration should be used alone.