Uses of Class
org.docx4j.wml.STColorSchemeIndex
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STColorSchemeIndex in org.docx4j.wml
Fields in org.docx4j.wml declared as STColorSchemeIndex Modifier and Type Field Description protected 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 STColorSchemeIndex Modifier and Type Method Description static STColorSchemeIndexSTColorSchemeIndex. fromValue(java.lang.String v)STColorSchemeIndexCTColorSchemeMapping. getAccent1()Gets the value of the accent1 property.STColorSchemeIndexCTColorSchemeMapping. getAccent2()Gets the value of the accent2 property.STColorSchemeIndexCTColorSchemeMapping. getAccent3()Gets the value of the accent3 property.STColorSchemeIndexCTColorSchemeMapping. getAccent4()Gets the value of the accent4 property.STColorSchemeIndexCTColorSchemeMapping. getAccent5()Gets the value of the accent5 property.STColorSchemeIndexCTColorSchemeMapping. getAccent6()Gets the value of the accent6 property.STColorSchemeIndexCTColorSchemeMapping. getBg1()Gets the value of the bg1 property.STColorSchemeIndexCTColorSchemeMapping. getBg2()Gets the value of the bg2 property.STColorSchemeIndexCTColorSchemeMapping. getFollowedHyperlink()Gets the value of the followedHyperlink property.STColorSchemeIndexCTColorSchemeMapping. getHyperlink()Gets the value of the hyperlink property.STColorSchemeIndexCTColorSchemeMapping. getT1()Gets the value of the t1 property.STColorSchemeIndexCTColorSchemeMapping. getT2()Gets the value of the t2 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.wml with parameters of type STColorSchemeIndex Modifier and Type Method Description voidCTColorSchemeMapping. 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.