Uses of Class
org.xlsx4j.sml.CTMetadataBlocks
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTMetadataBlocks in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTMetadataBlocks Modifier and Type Field Description protected CTMetadataBlocksCTMetadata. cellMetadataprotected CTMetadataBlocksCTMetadata. valueMetadataMethods in org.xlsx4j.sml that return CTMetadataBlocks Modifier and Type Method Description CTMetadataBlocksObjectFactory. createCTMetadataBlocks()Create an instance ofCTMetadataBlocksCTMetadataBlocksCTMetadata. getCellMetadata()Gets the value of the cellMetadata property.CTMetadataBlocksCTMetadata. getValueMetadata()Gets the value of the valueMetadata property.Methods in org.xlsx4j.sml with parameters of type CTMetadataBlocks Modifier and Type Method Description voidCTMetadata. setCellMetadata(CTMetadataBlocks value)Sets the value of the cellMetadata property.voidCTMetadata. setValueMetadata(CTMetadataBlocks value)Sets the value of the valueMetadata property.