public class XSSFSingleXmlCell
extends java.lang.Object
Constructor and Description |
---|
XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell,
SingleXmlCells parent) |
Modifier and Type | Method and Description |
---|---|
long |
getMapId() |
XSSFCell |
getReferencedCell()
Gets the XSSFCell referenced by the R attribute or creates a new one if cell doesn't exists
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum |
getXmlDataType() |
java.lang.String |
getXpath() |
public XSSFSingleXmlCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSingleXmlCell singleXmlCell, SingleXmlCells parent)
public XSSFCell getReferencedCell()
public java.lang.String getXpath()
public long getMapId()
public org.openxmlformats.schemas.spreadsheetml.x2006.main.STXmlDataType.Enum getXmlDataType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.