Uses of Enum Class
org.docx4j.wml.STThemeColor
Packages that use STThemeColor
-
Uses of STThemeColor in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STThemeColorModifier and TypeMethodDescriptionprivate static STThemeColorStyleUtil.apply(STThemeColor source, STThemeColor destination) Methods in org.docx4j.model.styles with parameters of type STThemeColorModifier and TypeMethodDescriptionprivate static STThemeColorStyleUtil.apply(STThemeColor source, STThemeColor destination) static booleanStyleUtil.areEqual(STThemeColor themeColor1, STThemeColor themeColor2) protected static booleanStyleUtil.isEmpty(STThemeColor val) -
Uses of STThemeColor in org.docx4j.wml
Fields in org.docx4j.wml declared as STThemeColorModifier and TypeFieldDescriptionprotected STThemeColorColor.themeColorprotected STThemeColorCTBackground.themeColorprotected STThemeColorCTBorder.themeColorprotected STThemeColorCTColor.themeColorprotected STThemeColorCTFramesetSplitbar.Color.themeColorprotected STThemeColorCTShd.themeColorprotected STThemeColorprotected STThemeColorCTShd.themeFillMethods in org.docx4j.wml that return STThemeColorModifier and TypeMethodDescriptionstatic STThemeColorColor.getThemeColor()Gets the value of the themeColor property.CTBackground.getThemeColor()Gets the value of the themeColor property.CTBorder.getThemeColor()Gets the value of the themeColor property.CTColor.getThemeColor()Gets the value of the themeColor property.CTFramesetSplitbar.Color.getThemeColor()Gets the value of the themeColor property.CTShd.getThemeColor()Gets the value of the themeColor property.U.getThemeColor()Gets the value of the themeColor property.CTShd.getThemeFill()Gets the value of the themeFill property.static STThemeColorReturns the enum constant of this class with the specified name.static STThemeColor[]STThemeColor.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 STThemeColorModifier and TypeMethodDescriptionvoidColor.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidCTBackground.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidCTBorder.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidCTColor.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidCTFramesetSplitbar.Color.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidCTShd.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidU.setThemeColor(STThemeColor value) Sets the value of the themeColor property.voidCTShd.setThemeFill(STThemeColor value) Sets the value of the themeFill property.