public class XSLFTable extends XSLFGraphicFrame implements java.lang.Iterable<XSLFTableRow>
Modifier and Type | Method and Description |
---|---|
XSLFTableRow |
addRow() |
double |
getColumnWidth(int idx) |
org.openxmlformats.schemas.drawingml.x2006.main.CTTable |
getCTTable() |
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
java.util.List<XSLFTableRow> |
getRows() |
java.util.Iterator<XSLFTableRow> |
iterator() |
void |
mergeCells(int firstRow,
int lastRow,
int firstCol,
int lastCol)
Merge cells of a table
|
void |
setColumnWidth(int idx,
double width) |
draw, getAnchor, getFlipHorizontal, getFlipVertical, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getXmlObject, setAnchor, setFlipHorizontal, setFlipVertical, setRotation
applyTransform
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTTable getCTTable()
public int getNumberOfColumns()
public int getNumberOfRows()
public double getColumnWidth(int idx)
public void setColumnWidth(int idx, double width)
public java.util.Iterator<XSLFTableRow> iterator()
iterator
in interface java.lang.Iterable<XSLFTableRow>
public java.util.List<XSLFTableRow> getRows()
public XSLFTableRow addRow()
public void mergeCells(int firstRow, int lastRow, int firstCol, int lastCol)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.