Uses of Class
org.xlsx4j.sml.CTMetadataBlocks
Packages that use CTMetadataBlocks
-
Uses of CTMetadataBlocks in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTMetadataBlocksModifier and TypeFieldDescriptionprotected CTMetadataBlocksCTMetadata.cellMetadataprotected CTMetadataBlocksCTMetadata.valueMetadataMethods in org.xlsx4j.sml that return CTMetadataBlocksModifier and TypeMethodDescriptionObjectFactory.createCTMetadataBlocks()Create an instance ofCTMetadataBlocksCTMetadata.getCellMetadata()Gets the value of the cellMetadata property.CTMetadata.getValueMetadata()Gets the value of the valueMetadata property.Methods in org.xlsx4j.sml with parameters of type CTMetadataBlocksModifier and TypeMethodDescriptionvoidCTMetadata.setCellMetadata(CTMetadataBlocks value) Sets the value of the cellMetadata property.voidCTMetadata.setValueMetadata(CTMetadataBlocks value) Sets the value of the valueMetadata property.