public class XSSFXmlColumnPr
extends java.lang.Object
Constructor and Description |
---|
XSSFXmlColumnPr(XSSFTableColumn tableColumn,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
Create a new XSSFXmlColumnPr (XML column properties) wrapper around a
CTXmlColumnPr.
|
XSSFXmlColumnPr(XSSFTable table,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getId()
Deprecated.
Use
XSSFTableColumn.getId() instead. |
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.
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum |
getXmlDataType() |
java.lang.String |
getXPath() |
@Internal public XSSFXmlColumnPr(XSSFTableColumn tableColumn, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
tableColumn
- table column for which the XML column properties are setctXmlColumnPr
- the XML column properties xmlbean to wrappublic XSSFTableColumn getTableColumn()
public long getMapId()
public java.lang.String getXPath()
@Deprecated @Removal(version="4.2") public long getId()
XSSFTableColumn.getId()
instead.public java.lang.String getLocalXPath()
public org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.