Uses of Class
org.apache.poi.ooxml.POIXMLProperties.CustomProperties
-
Packages that use POIXMLProperties.CustomProperties Package Description org.apache.poi.ooxml org.apache.poi.ooxml.extractor org.apache.poi.xssf.extractor -
-
Uses of POIXMLProperties.CustomProperties in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return POIXMLProperties.CustomProperties Modifier and Type Method Description POIXMLProperties.CustomPropertiesPOIXMLProperties. getCustomProperties()Returns the custom document properties -
Uses of POIXMLProperties.CustomProperties in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor that return POIXMLProperties.CustomProperties Modifier and Type Method Description default POIXMLProperties.CustomPropertiesPOIXMLTextExtractor. getCustomProperties()Returns the custom document properties -
Uses of POIXMLProperties.CustomProperties in org.apache.poi.xssf.extractor
Methods in org.apache.poi.xssf.extractor that return POIXMLProperties.CustomProperties Modifier and Type Method Description POIXMLProperties.CustomPropertiesXSSFEventBasedExcelExtractor. getCustomProperties()Returns the custom document properties
-