Uses of Class
org.docx4j.dml.CTBevel
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTBevel in org.docx4j.dml
Fields in org.docx4j.dml declared as CTBevel Modifier and Type Field Description protected CTBevelCTCell3D. bevelprotected CTBevelCTShape3D. bevelBprotected CTBevelCTShape3D. bevelTMethods in org.docx4j.dml that return CTBevel Modifier and Type Method Description CTBevelObjectFactory. createCTBevel()Create an instance ofCTBevelCTBevelCTCell3D. getBevel()Gets the value of the bevel property.CTBevelCTShape3D. getBevelB()Gets the value of the bevelB property.CTBevelCTShape3D. getBevelT()Gets the value of the bevelT property.Methods in org.docx4j.dml with parameters of type CTBevel Modifier and Type Method Description voidCTCell3D. setBevel(CTBevel value)Sets the value of the bevel property.voidCTShape3D. setBevelB(CTBevel value)Sets the value of the bevelB property.voidCTShape3D. setBevelT(CTBevel value)Sets the value of the bevelT property.