Uses of Class
org.apache.poi.xssf.usermodel.helpers.XSSFXmlColumnPr
-
Packages that use XSSFXmlColumnPr Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFXmlColumnPr in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFXmlColumnPr Modifier and Type Method Description XSSFXmlColumnPrXSSFTableColumn. getXmlColumnPr()Get the XmlColumnPr (XML column properties) if this column has an XML mapping.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFXmlColumnPr Modifier and Type Method Description java.util.List<XSSFXmlColumnPr>XSSFTable. getXmlColumnPrs()Deprecated.UseXSSFTableColumn.getXmlColumnPr()instead.
-