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 Description
      XSSFXmlColumnPr​(XSSFTableColumn tableColumn, CTXmlColumnPr ctXmlColumnPr)
      Create a new XSSFXmlColumnPr (XML column properties) wrapper around a CTXmlColumnPr.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()  
      XSSFTableColumn getTableColumn()
      Get the column for which these XML column properties are set.
      java.lang.String getXmlDataType()  
      java.lang.String getXPath()  
      • Methods inherited from class java.lang.Object

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

      • XSSFXmlColumnPr

        @Internal
        public XSSFXmlColumnPr​(XSSFTableColumn tableColumn,
                               CTXmlColumnPr ctXmlColumnPr)
        Create a new XSSFXmlColumnPr (XML column properties) wrapper around a CTXmlColumnPr.
        Parameters:
        tableColumn - table column for which the XML column properties are set
        ctXmlColumnPr - the XML column properties xmlbean to wrap
    • Method Detail

      • getTableColumn

        public XSSFTableColumn getTableColumn()
        Get the column for which these XML column properties are set.
        Returns:
        the table column
        Since:
        4.0.0
      • getMapId

        public long getMapId()
      • getXPath

        public java.lang.String getXPath()
      • 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 java.lang.String getXmlDataType()