Uses of Enum
org.docx4j.dml.STColorSchemeIndex
Packages that use STColorSchemeIndex
-
Uses of STColorSchemeIndex in org.docx4j.dml
Fields in org.docx4j.dml declared as STColorSchemeIndexModifier and TypeFieldDescriptionprotected STColorSchemeIndexCTColorMapping.accent1protected STColorSchemeIndexCTColorMapping.accent2protected STColorSchemeIndexCTColorMapping.accent3protected STColorSchemeIndexCTColorMapping.accent4protected STColorSchemeIndexCTColorMapping.accent5protected STColorSchemeIndexCTColorMapping.accent6protected STColorSchemeIndexCTColorMapping.bg1protected STColorSchemeIndexCTColorMapping.bg2protected STColorSchemeIndexCTColorMapping.folHlinkprotected STColorSchemeIndexCTColorMapping.hlinkprotected STColorSchemeIndexCTColorMapping.tx1protected STColorSchemeIndexCTColorMapping.tx2Methods in org.docx4j.dml that return STColorSchemeIndexModifier and TypeMethodDescriptionstatic STColorSchemeIndexCTColorMapping.getAccent1()Gets the value of the accent1 property.CTColorMapping.getAccent2()Gets the value of the accent2 property.CTColorMapping.getAccent3()Gets the value of the accent3 property.CTColorMapping.getAccent4()Gets the value of the accent4 property.CTColorMapping.getAccent5()Gets the value of the accent5 property.CTColorMapping.getAccent6()Gets the value of the accent6 property.CTColorMapping.getBg1()Gets the value of the bg1 property.CTColorMapping.getBg2()Gets the value of the bg2 property.CTColorMapping.getFolHlink()Gets the value of the folHlink property.CTColorMapping.getHlink()Gets the value of the hlink property.CTColorMapping.getTx1()Gets the value of the tx1 property.CTColorMapping.getTx2()Gets the value of the tx2 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.dml with parameters of type STColorSchemeIndexModifier and TypeMethodDescriptionvoidCTColorMapping.setAccent1(STColorSchemeIndex value) Sets the value of the accent1 property.voidCTColorMapping.setAccent2(STColorSchemeIndex value) Sets the value of the accent2 property.voidCTColorMapping.setAccent3(STColorSchemeIndex value) Sets the value of the accent3 property.voidCTColorMapping.setAccent4(STColorSchemeIndex value) Sets the value of the accent4 property.voidCTColorMapping.setAccent5(STColorSchemeIndex value) Sets the value of the accent5 property.voidCTColorMapping.setAccent6(STColorSchemeIndex value) Sets the value of the accent6 property.voidCTColorMapping.setBg1(STColorSchemeIndex value) Sets the value of the bg1 property.voidCTColorMapping.setBg2(STColorSchemeIndex value) Sets the value of the bg2 property.voidCTColorMapping.setFolHlink(STColorSchemeIndex value) Sets the value of the folHlink property.voidCTColorMapping.setHlink(STColorSchemeIndex value) Sets the value of the hlink property.voidCTColorMapping.setTx1(STColorSchemeIndex value) Sets the value of the tx1 property.voidCTColorMapping.setTx2(STColorSchemeIndex value) Sets the value of the tx2 property.