| Package | Description |
|---|---|
| com.aspose.cad | |
| com.aspose.cad.fileformats.cad | |
| com.aspose.cad.fileformats.shx |
| Modifier and Type | Method and Description |
|---|---|
static CodePages |
MifCodePageDecoder.getCodePageFromMifPage(int mifPage)
Gets codepage for MIF codepage
|
static CodePages |
MifCodePageDecoder.getCodePageFromSymbol(String nSymbol)
Gets codepage from n symbol in M+nXXXX format
|
CodePages |
LoadOptions.getSpecifiedEncoding()
Gets or sets the specified encoding.
|
static CodePages |
CodePages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodePages[] |
CodePages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CodePagesConvertHelper.getCode(CodePages codePages)
Gets the code.
|
static int |
CodePagesConvertHelper.getIntCode(CodePages codePages)
Gets integer code.
|
void |
LoadOptions.setSpecifiedEncoding(CodePages value)
Gets or sets the specified encoding.
|
| Modifier and Type | Method and Description |
|---|---|
CodePages |
CadImage.getFileEncoding()
Gets file's encoding
|
CodePages |
CadImage.getSpecifiedEncoding()
Gets or sets the specified encoding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadImage.setFileEncoding(CodePages value)
Gets file's encoding
|
void |
CadImage.setSpecifiedEncoding(CodePages value)
Gets or sets the specified encoding.
|
| Modifier and Type | Method and Description |
|---|---|
CodePages |
ShxCodePage.getCodePage()
Gets or sets code page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShxCodePage.setCodePage(CodePages value)
Gets or sets code page.
|
| Constructor and Description |
|---|
ShxCodePage(String fileName,
CodePages codePage) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.