Uses of Enum
org.docx4j.wml.STColorSchemeIndex
Packages that use STColorSchemeIndex
-
Uses of STColorSchemeIndex in org.docx4j.wml
Fields in org.docx4j.wml declared as STColorSchemeIndexModifier and TypeFieldDescriptionprotected STColorSchemeIndexCTColorSchemeMapping.accent1protected STColorSchemeIndexCTColorSchemeMapping.accent2protected STColorSchemeIndexCTColorSchemeMapping.accent3protected STColorSchemeIndexCTColorSchemeMapping.accent4protected STColorSchemeIndexCTColorSchemeMapping.accent5protected STColorSchemeIndexCTColorSchemeMapping.accent6protected STColorSchemeIndexCTColorSchemeMapping.bg1protected STColorSchemeIndexCTColorSchemeMapping.bg2protected STColorSchemeIndexCTColorSchemeMapping.followedHyperlinkprotected STColorSchemeIndexCTColorSchemeMapping.hyperlinkprotected STColorSchemeIndexCTColorSchemeMapping.t1protected STColorSchemeIndexCTColorSchemeMapping.t2Methods in org.docx4j.wml that return STColorSchemeIndexModifier and TypeMethodDescriptionstatic STColorSchemeIndexCTColorSchemeMapping.getAccent1()Gets the value of the accent1 property.CTColorSchemeMapping.getAccent2()Gets the value of the accent2 property.CTColorSchemeMapping.getAccent3()Gets the value of the accent3 property.CTColorSchemeMapping.getAccent4()Gets the value of the accent4 property.CTColorSchemeMapping.getAccent5()Gets the value of the accent5 property.CTColorSchemeMapping.getAccent6()Gets the value of the accent6 property.CTColorSchemeMapping.getBg1()Gets the value of the bg1 property.CTColorSchemeMapping.getBg2()Gets the value of the bg2 property.CTColorSchemeMapping.getFollowedHyperlink()Gets the value of the followedHyperlink property.CTColorSchemeMapping.getHyperlink()Gets the value of the hyperlink property.CTColorSchemeMapping.getT1()Gets the value of the t1 property.CTColorSchemeMapping.getT2()Gets the value of the t2 property.static STColorSchemeIndexReturns the enum constant of this type with the specified name.static STColorSchemeIndex[]STColorSchemeIndex.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 STColorSchemeIndexModifier and TypeMethodDescriptionvoidCTColorSchemeMapping.setAccent1(STColorSchemeIndex value) Sets the value of the accent1 property.voidCTColorSchemeMapping.setAccent2(STColorSchemeIndex value) Sets the value of the accent2 property.voidCTColorSchemeMapping.setAccent3(STColorSchemeIndex value) Sets the value of the accent3 property.voidCTColorSchemeMapping.setAccent4(STColorSchemeIndex value) Sets the value of the accent4 property.voidCTColorSchemeMapping.setAccent5(STColorSchemeIndex value) Sets the value of the accent5 property.voidCTColorSchemeMapping.setAccent6(STColorSchemeIndex value) Sets the value of the accent6 property.voidCTColorSchemeMapping.setBg1(STColorSchemeIndex value) Sets the value of the bg1 property.voidCTColorSchemeMapping.setBg2(STColorSchemeIndex value) Sets the value of the bg2 property.voidCTColorSchemeMapping.setFollowedHyperlink(STColorSchemeIndex value) Sets the value of the followedHyperlink property.voidCTColorSchemeMapping.setHyperlink(STColorSchemeIndex value) Sets the value of the hyperlink property.voidCTColorSchemeMapping.setT1(STColorSchemeIndex value) Sets the value of the t1 property.voidCTColorSchemeMapping.setT2(STColorSchemeIndex value) Sets the value of the t2 property.