org.apache.poi.xslf.usermodel
Class XSLFTableRow

java.lang.Object
  extended by org.apache.poi.xslf.usermodel.XSLFTableRow
All Implemented Interfaces:
poi.support.Iterable

public class XSLFTableRow
extends java.lang.Object
implements poi.support.Iterable

Represents a table in a .pptx presentation

Author:
Yegor Kozlov

Method Summary
 XSLFTableCell addCell()
           
 java.util.List getCells()
           
 double getHeight()
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow getXmlObject()
           
 java.util.Iterator iterator()
           
 void setHeight(double height)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXmlObject

public org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow getXmlObject()

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface poi.support.Iterable

getCells

public java.util.List getCells()

getHeight

public double getHeight()

setHeight

public void setHeight(double height)

addCell

public XSLFTableCell addCell()