Uses of Enum
org.docx4j.wml.STThemeColor
Packages that use STThemeColor
-
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 type with the specified name.static STThemeColor[]STThemeColor.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 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.