Uses of Class
org.docx4j.wml.STTheme
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STTheme in org.docx4j.wml
Fields in org.docx4j.wml declared as STTheme Modifier and Type Field Description protected STThemeRFonts. asciiThemeprotected STThemeRFonts. csthemeprotected STThemeRFonts. eastAsiaThemeprotected STThemeRFonts. hAnsiThemeMethods in org.docx4j.wml that return STTheme Modifier and Type Method Description static STThemeSTTheme. fromValue(java.lang.String v)STThemeRFonts. getAsciiTheme()Gets the value of the asciiTheme property.STThemeRFonts. getCstheme()Gets the value of the cstheme property.STThemeRFonts. getEastAsiaTheme()Gets the value of the eastAsiaTheme property.STThemeRFonts. getHAnsiTheme()Gets the value of the hAnsiTheme property.static STThemeSTTheme. valueOf(java.lang.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.Methods in org.docx4j.wml with parameters of type STTheme Modifier and Type Method Description voidRFonts. setAsciiTheme(STTheme value)Sets the value of the asciiTheme property.voidRFonts. setCstheme(STTheme value)Sets the value of the cstheme property.voidRFonts. setEastAsiaTheme(STTheme value)Sets the value of the eastAsiaTheme property.voidRFonts. setHAnsiTheme(STTheme value)Sets the value of the hAnsiTheme property.