public class EncodingManager extends Object
Modifier and Type | Field and Description |
---|---|
static com.aspose.ms.System.Collections.Generic.Dictionary<String,Character> |
AdobeGlyphListDictionary |
static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> |
MacRoman |
static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> |
Standard |
static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> |
WinAnsi |
Constructor and Description |
---|
EncodingManager() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static com.aspose.ms.System.Collections.Generic.Dictionary<String,Character> |
getAdobeGlyphListDictionary() |
static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> |
getMacRoman() |
static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> |
getStandard() |
static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> |
getWinAnsi() |
public static com.aspose.ms.System.Collections.Generic.Dictionary<String,Character> AdobeGlyphListDictionary
public static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> WinAnsi
public static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> MacRoman
public static com.aspose.ms.System.Collections.Generic.Dictionary<String,Character> getAdobeGlyphListDictionary()
public static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> getWinAnsi()
public static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> getMacRoman()
public static com.aspose.ms.System.Collections.Generic.Dictionary<Character,Character> getStandard()
public static void clear()
Copyright © 2016 Aspose. All Rights Reserved.