Uses of Enum
org.docx4j.vml.wordprocessingDrawing.STBorderShadow
Packages that use STBorderShadow
-
Uses of STBorderShadow in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STBorderShadowMethods in org.docx4j.vml.wordprocessingDrawing that return STBorderShadowModifier and TypeMethodDescriptionstatic STBorderShadowCTBorder.getShadow()Gets the value of the shadow property.static STBorderShadowReturns the enum constant of this type with the specified name.static STBorderShadow[]STBorderShadow.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.wordprocessingDrawing with parameters of type STBorderShadowModifier and TypeMethodDescriptionvoidCTBorder.setShadow(STBorderShadow value) Sets the value of the shadow property.