Uses of Enum
org.docx4j.dml.STBlendMode
Packages that use STBlendMode
-
Uses of STBlendMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STBlendModeModifier and TypeFieldDescriptionprotected STBlendModeCTBlendEffect.blendprotected STBlendModeCTFillOverlayEffect.blendMethods in org.docx4j.dml that return STBlendModeModifier and TypeMethodDescriptionstatic STBlendModeCTBlendEffect.getBlend()Gets the value of the blend property.CTFillOverlayEffect.getBlend()Gets the value of the blend property.static STBlendModeReturns 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 STBlendModeModifier and TypeMethodDescriptionvoidCTBlendEffect.setBlend(STBlendMode value) Sets the value of the blend property.voidCTFillOverlayEffect.setBlend(STBlendMode value) Sets the value of the blend property.