org.apache.poi.xssf.usermodel.helpers
public class XSSFXmlColumnPr extends java.lang.Object
Constructor and Description |
---|
XSSFXmlColumnPr(Table table,
CTTableColumn ctTableColum,
CTXmlColumnPr ctXmlColumnPr) |
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() |
java.lang.Enum |
getXmlDataType() |
java.lang.String |
getXPath() |
public XSSFXmlColumnPr(Table table, CTTableColumn ctTableColum, CTXmlColumnPr ctXmlColumnPr)
public long getMapId()
public java.lang.String getXPath()
public long getId()
public java.lang.String getLocalXPath()
public java.lang.Enum getXmlDataType()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.