Uses of Class
org.docx4j.vml.wordprocessingDrawing.STBorderShadow
| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
-
Uses of STBorderShadow in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STBorderShadow Modifier and Type Field Description protected STBorderShadowCTBorder. shadowMethods in org.docx4j.vml.wordprocessingDrawing that return STBorderShadow Modifier and Type Method Description static STBorderShadowSTBorderShadow. fromValue(java.lang.String v)STBorderShadowCTBorder. getShadow()Gets the value of the shadow property.static STBorderShadowSTBorderShadow. valueOf(java.lang.String name)Returns 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 STBorderShadow Modifier and Type Method Description voidCTBorder. setShadow(STBorderShadow value)Sets the value of the shadow property.