public class XSLFTableRow extends Object implements Iterable<XSLFTableCell>
Modifier and Type | Method and Description |
---|---|
XSLFTableCell |
addCell() |
List<XSLFTableCell> |
getCells() |
double |
getHeight() |
org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow |
getXmlObject() |
Iterator<XSLFTableCell> |
iterator() |
void |
setHeight(double height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow getXmlObject()
public Iterator<XSLFTableCell> iterator()
iterator
in interface Iterable<XSLFTableCell>
public List<XSLFTableCell> getCells()
public double getHeight()
public void setHeight(double height)
public XSLFTableCell addCell()
Copyright © 2020. All rights reserved.