Uses of Class
org.docx4j.wml.STThemeColor
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STThemeColor in org.docx4j.wml
Fields in org.docx4j.wml declared as STThemeColor Modifier and Type Field Description protected STThemeColorColor. themeColorprotected STThemeColorCTBackground. themeColorprotected STThemeColorCTBorder. themeColorprotected STThemeColorCTColor. themeColorprotected STThemeColorCTFramesetSplitbar.Color. themeColorprotected STThemeColorCTShd. themeColorprotected STThemeColorU. themeColorprotected STThemeColorCTShd. themeFillMethods in org.docx4j.wml that return STThemeColor Modifier and Type Method Description static STThemeColorSTThemeColor. fromValue(java.lang.String v)STThemeColorColor. getThemeColor()Gets the value of the themeColor property.STThemeColorCTBackground. getThemeColor()Gets the value of the themeColor property.STThemeColorCTBorder. getThemeColor()Gets the value of the themeColor property.STThemeColorCTColor. getThemeColor()Gets the value of the themeColor property.STThemeColorCTFramesetSplitbar.Color. getThemeColor()Gets the value of the themeColor property.STThemeColorCTShd. getThemeColor()Gets the value of the themeColor property.STThemeColorU. getThemeColor()Gets the value of the themeColor property.STThemeColorCTShd. getThemeFill()Gets the value of the themeFill property.static STThemeColorSTThemeColor. valueOf(java.lang.String name)Returns 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 STThemeColor Modifier and Type Method Description voidColor. 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.