Uses of Class
org.docx4j.dml.STBevelPresetType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STBevelPresetType in org.docx4j.dml
Fields in org.docx4j.dml declared as STBevelPresetType Modifier and Type Field Description protected STBevelPresetTypeCTBevel. prstMethods in org.docx4j.dml 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.dml with parameters of type STBevelPresetType Modifier and Type Method Description voidCTBevel. setPrst(STBevelPresetType value)Sets the value of the prst property.