| Package | Description |
|---|---|
| org.docx4j.wml |
| Modifier and Type | Field and Description |
|---|---|
protected STTheme |
RFonts.asciiTheme |
protected STTheme |
RFonts.cstheme |
protected STTheme |
RFonts.eastAsiaTheme |
protected STTheme |
RFonts.hAnsiTheme |
| Modifier and Type | Method and Description |
|---|---|
static STTheme |
STTheme.fromValue(String v) |
STTheme |
RFonts.getAsciiTheme()
Gets the value of the asciiTheme property.
|
STTheme |
RFonts.getCstheme()
Gets the value of the cstheme property.
|
STTheme |
RFonts.getEastAsiaTheme()
Gets the value of the eastAsiaTheme property.
|
STTheme |
RFonts.getHAnsiTheme()
Gets the value of the hAnsiTheme property.
|
static STTheme |
STTheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTheme[] |
STTheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RFonts.setAsciiTheme(STTheme value)
Sets the value of the asciiTheme property.
|
void |
RFonts.setCstheme(STTheme value)
Sets the value of the cstheme property.
|
void |
RFonts.setEastAsiaTheme(STTheme value)
Sets the value of the eastAsiaTheme property.
|
void |
RFonts.setHAnsiTheme(STTheme value)
Sets the value of the hAnsiTheme property.
|
Copyright © 2007-2022. All Rights Reserved.