Uses of Class
org.docx4j.dml.STBlendMode
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STBlendMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STBlendMode Modifier and Type Field Description protected STBlendModeCTBlendEffect. blendprotected STBlendModeCTFillOverlayEffect. blendMethods in org.docx4j.dml that return STBlendMode Modifier and Type Method Description static STBlendModeSTBlendMode. fromValue(java.lang.String v)STBlendModeCTBlendEffect. getBlend()Gets the value of the blend property.STBlendModeCTFillOverlayEffect. getBlend()Gets the value of the blend property.static STBlendModeSTBlendMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBlendMode[]STBlendMode. 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 STBlendMode Modifier and Type Method Description voidCTBlendEffect. setBlend(STBlendMode value)Sets the value of the blend property.voidCTFillOverlayEffect. setBlend(STBlendMode value)Sets the value of the blend property.