Uses of Class
org.docx4j.dml.spreadsheetdrawing.STEditAs
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of STEditAs in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as STEditAs Modifier and Type Field Description protected STEditAsCTTwoCellAnchor. editAsMethods in org.docx4j.dml.spreadsheetdrawing that return STEditAs Modifier and Type Method Description static STEditAsSTEditAs. fromValue(java.lang.String v)STEditAsCTTwoCellAnchor. getEditAs()Gets the value of the editAs property.static STEditAsSTEditAs. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STEditAs[]STEditAs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type STEditAs Modifier and Type Method Description voidCTTwoCellAnchor. setEditAs(STEditAs value)Sets the value of the editAs property.