public class Basic extends Object
Provides system defined common data types and macros. All other class can use these data.
Modifier and Type | Method and Description |
---|---|
static String |
getBase14Names(int index)
Gets font names of the 14 base names from the Base14Names array.
|
static String |
getFilterName(int index)
Gets a filter name from the filter names array according to given index.
|
static String |
qouteName(String name)
Changes name string format to use in PDF.
|
public static String getBase14Names(int index)
Gets font names of the 14 base names from the Base14Names array.
index
- represents index of the arraypublic static String getFilterName(int index)
Gets a filter name from the filter names array according to given index.
index
- The index of the filter name in the arrayCopyright © 2016 Aspose. All Rights Reserved.