Uses of Enum Class
org.docx4j.wml.STTheme
Packages that use STTheme
-
Uses of STTheme in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type STTheme -
Uses of STTheme in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts with parameters of type STThemeModifier and TypeMethodDescriptionThemePart.getFont(STTheme type, CTLanguage themeFontLang) ThemePart.getFontFromTheme(STTheme type) private StringThemePart.getLang(CTLanguage themeFontLang, STTheme range) private TextFontThemePart.getTextFontFromTheme(STTheme type) private boolean -
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 class with the specified name.static STTheme[]STTheme.values()Returns an array containing the constants of this enum class, 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.