Uses of Class
org.docx4j.w14.STBevelPresetType
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of STBevelPresetType in org.docx4j.w14
Fields in org.docx4j.w14 declared as STBevelPresetType Modifier and Type Field Description protected STBevelPresetTypeCTBevel. prstMethods in org.docx4j.w14 that return STBevelPresetType Modifier and Type Method Description static STBevelPresetTypeSTBevelPresetType. fromValue(java.lang.String v)STBevelPresetTypeCTBevel. getPrst()Gets the value of the prst property.static STBevelPresetTypeSTBevelPresetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBevelPresetType[]STBevelPresetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.w14 with parameters of type STBevelPresetType Modifier and Type Method Description voidCTBevel. setPrst(STBevelPresetType value)Sets the value of the prst property.