public class GlobalConstants extends Object
Defines all Macros used by all other classes of the system..
Modifier and Type | Field and Description |
---|---|
static int |
BadID
bad page ID which means the page has not been opened.
|
static int |
CidCmapsAmount
The length of the cmap array.
|
static int |
CidFontsAmount
The length of the cid metrics array.
|
static int |
CoreFontsAmount
the length of the core metrics array.
|
static int |
EncMax
max number of encodings
|
static int |
NewID
new object ID ,value is 0.
|
Constructor and Description |
---|
GlobalConstants() |
public static final int BadID
bad page ID which means the page has not been opened.
public static final int NewID
new object ID ,value is 0.
public static final int EncMax
max number of encodings
public static final int CidFontsAmount
The length of the cid metrics array.
public static final int CidCmapsAmount
The length of the cmap array.
public static final int CoreFontsAmount
the length of the core metrics array.
Copyright © 2016 Aspose. All Rights Reserved.