Documentation of 'org.apache.poi.xssf.usermodel.helpers.XSSFXmlColumnPr' Java class
XSSFXmlColumnPr
org.apache.poi.xssf.usermodel.helpers

Class XSSFXmlColumnPr



  • public class XSSFXmlColumnPr
    extends java.lang.Object
    This class is a wrapper around the CTXmlColumnPr (Open Office XML Part 4: chapter 3.5.1.7)
    • Constructor Summary

      Constructors 
      Constructor and Description
      XSSFXmlColumnPr(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      long getId()
      (see Open Office XML Part 4: chapter 3.5.1.3)
      java.lang.String getLocalXPath()
      If the XPath is, for example, /Node1/Node2/Node3 and /Node1/Node2 is the common XPath for the table, the local XPath is /Node3
      long getMapId() 
      org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType() 
      java.lang.String getXPath() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XSSFXmlColumnPr

        public XSSFXmlColumnPr(XSSFTable table,
                               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum,
                               org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
    • Method Detail

      • getMapId

        public long getMapId()
      • getXPath

        public java.lang.String getXPath()
      • getId

        public long getId()
        (see Open Office XML Part 4: chapter 3.5.1.3)
        Returns:
        An integer representing the unique identifier of this column.
      • getLocalXPath

        public java.lang.String getLocalXPath()
        If the XPath is, for example, /Node1/Node2/Node3 and /Node1/Node2 is the common XPath for the table, the local XPath is /Node3
        Returns:
        the local XPath
      • getXmlDataType

        public org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.