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.CustomProperties
POIXMLProperties. 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 POIXMLProperties.CustomProperties
POIXMLTextExtractor. 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.CustomProperties
XSSFEventBasedExcelExtractor. getCustomProperties()
Returns the custom document properties
-