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.
|
Modifier and Type | Method and 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() |
@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()
public java.lang.String getLocalXPath()
public java.lang.String getXmlDataType()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.