org.apache.poi.xssf.usermodel.helpers
Class XSSFXmlColumnPr
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.helpers.XSSFXmlColumnPr
-
public class XSSFXmlColumnPr extends java.lang.ObjectThis 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 longgetId()(see Open Office XML Part 4: chapter 3.5.1.3)java.lang.StringgetLocalXPath()If the XPath is, for example, /Node1/Node2/Node3 and /Node1/Node2 is the common XPath for the table, the local XPath is /Node3longgetMapId()org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.EnumgetXmlDataType()java.lang.StringgetXPath()
-
-
-
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