public class NumberCellElement extends Element
| Modifier and Type | Field and Description | 
|---|---|
| int | columnThe column number of this data cell. | 
| int | rowThe row number of this number cell. | 
| double | valueThe numeric value of the cell. | 
| Constructor and Description | 
|---|
| NumberCellElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | toSaxStart(org.xml.sax.ContentHandler ch) | 
getDescription, getName, toSaxEndpublic int row
public int column
public double value
public void toSaxStart(org.xml.sax.ContentHandler ch)
                throws org.xml.sax.SAXException
toSaxStart in class Elementorg.xml.sax.SAXExceptionCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.