Uses of Class
org.docx4j.dml.STColorSchemeIndex
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STColorSchemeIndex in org.docx4j.dml
Fields in org.docx4j.dml declared as STColorSchemeIndex Modifier and Type Field Description protected 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 STColorSchemeIndex Modifier and Type Method Description static STColorSchemeIndexSTColorSchemeIndex. fromValue(java.lang.String v)STColorSchemeIndexCTColorMapping. getAccent1()Gets the value of the accent1 property.STColorSchemeIndexCTColorMapping. getAccent2()Gets the value of the accent2 property.STColorSchemeIndexCTColorMapping. getAccent3()Gets the value of the accent3 property.STColorSchemeIndexCTColorMapping. getAccent4()Gets the value of the accent4 property.STColorSchemeIndexCTColorMapping. getAccent5()Gets the value of the accent5 property.STColorSchemeIndexCTColorMapping. getAccent6()Gets the value of the accent6 property.STColorSchemeIndexCTColorMapping. getBg1()Gets the value of the bg1 property.STColorSchemeIndexCTColorMapping. getBg2()Gets the value of the bg2 property.STColorSchemeIndexCTColorMapping. getFolHlink()Gets the value of the folHlink property.STColorSchemeIndexCTColorMapping. getHlink()Gets the value of the hlink property.STColorSchemeIndexCTColorMapping. getTx1()Gets the value of the tx1 property.STColorSchemeIndexCTColorMapping. getTx2()Gets the value of the tx2 property.static STColorSchemeIndexSTColorSchemeIndex. valueOf(java.lang.String name)Returns 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 STColorSchemeIndex Modifier and Type Method Description voidCTColorMapping. 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.