Uses of Enum
org.docx4j.wml.STTheme
Packages that use STTheme
-
Uses of STTheme in org.docx4j.wml
Fields in org.docx4j.wml declared as STThemeModifier and TypeFieldDescriptionprotected STThemeRFonts.asciiThemeprotected STThemeRFonts.csthemeprotected STThemeRFonts.eastAsiaThemeprotected STThemeRFonts.hAnsiThemeMethods in org.docx4j.wml that return STThemeModifier and TypeMethodDescriptionstatic STThemeRFonts.getAsciiTheme()Gets the value of the asciiTheme property.RFonts.getCstheme()Gets the value of the cstheme property.RFonts.getEastAsiaTheme()Gets the value of the eastAsiaTheme property.RFonts.getHAnsiTheme()Gets the value of the hAnsiTheme property.static STThemeReturns 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 STThemeModifier and TypeMethodDescriptionvoidRFonts.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.