Uses of Class
org.xlsx4j.sml.CTDxf
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTDxf in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDxf Modifier and Type Field Description protected CTDxfCTRevisionFormatting. dxfprotected CTDxfCTRevisionCellChange. ndxfprotected CTDxfCTRevisionCellChange. odxfFields in org.xlsx4j.sml with type parameters of type CTDxf Modifier and Type Field Description protected java.util.List<CTDxf>CTDxfs. dxfMethods in org.xlsx4j.sml that return CTDxf Modifier and Type Method Description CTDxfObjectFactory. createCTDxf()Create an instance ofCTDxfCTDxfCTRevisionFormatting. getDxf()Gets the value of the dxf property.CTDxfCTRevisionCellChange. getNdxf()Gets the value of the ndxf property.CTDxfCTRevisionCellChange. getOdxf()Gets the value of the odxf property.Methods in org.xlsx4j.sml that return types with arguments of type CTDxf Modifier and Type Method Description java.util.List<CTDxf>CTDxfs. getDxf()Gets the value of the dxf property.Methods in org.xlsx4j.sml with parameters of type CTDxf Modifier and Type Method Description voidCTRevisionFormatting. setDxf(CTDxf value)Sets the value of the dxf property.voidCTRevisionCellChange. setNdxf(CTDxf value)Sets the value of the ndxf property.voidCTRevisionCellChange. setOdxf(CTDxf value)Sets the value of the odxf property.