Package | Description |
---|---|
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
HwmfText.HwmfTextAlignment |
HwmfDrawProperties.getTextAlignAsian() |
HwmfText.HwmfTextAlignment |
HwmfDrawProperties.getTextAlignLatin() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfDrawProperties.setTextAlignAsian(HwmfText.HwmfTextAlignment textAlignAsian) |
void |
HwmfDrawProperties.setTextAlignLatin(HwmfText.HwmfTextAlignment textAlignLatin) |
Modifier and Type | Method and Description |
---|---|
static HwmfText.HwmfTextAlignment |
HwmfText.HwmfTextAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfText.HwmfTextAlignment[] |
HwmfText.HwmfTextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.