public class XSSFXmlColumnPr
extends java.lang.Object
Constructor and Description |
---|
XSSFXmlColumnPr(XSSFTable table,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum,
org.openxmlformats.schemas.spreadsheetml.x2006.main.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() |
org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum |
getXmlDataType() |
java.lang.String |
getXPath() |
public XSSFXmlColumnPr(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
public long getMapId()
public java.lang.String getXPath()
public long getId()
public java.lang.String getLocalXPath()
public org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.