Uses of Class
org.docx4j.vml.wordprocessingDrawing.STBorderType
| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
-
Uses of STBorderType in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STBorderType Modifier and Type Field Description protected STBorderTypeCTBorder. typeMethods in org.docx4j.vml.wordprocessingDrawing that return STBorderType Modifier and Type Method Description static STBorderTypeSTBorderType. fromValue(java.lang.String v)STBorderTypeCTBorder. getType()Gets the value of the type property.static STBorderTypeSTBorderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBorderType[]STBorderType. 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 STBorderType Modifier and Type Method Description voidCTBorder. setType(STBorderType value)Sets the value of the type property.