| Package | Description |
|---|---|
| org.mpxj |
| Modifier and Type | Method and Description |
|---|---|
static CodePage |
CodePage.getInstance(String value)
Retrieve a CodePage instance representing the supplied value.
|
CodePage |
ProjectProperties.getMpxCodePage()
Retrieves the codepage.
|
static CodePage |
CodePage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodePage[] |
CodePage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectProperties.setMpxCodePage(CodePage codePage)
Sets the codepage.
|
Copyright © 2000–2026 MPXJ. All rights reserved.