public class TableCell extends Object
| Constructor and Description |
|---|
TableCell(String cellStyle,
String defaultParaStyle,
int colSpan,
int rowSpan,
int mergeHorizontal,
int mergeVertical) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellStyle() |
int |
getColSpan() |
String |
getDefaultParaStyle() |
String |
getExtendedStyle() |
int |
getMergeHorizontal() |
int |
getMergeVertical() |
int |
getRowSpan() |
void |
setColSpan(int colSpan) |
void |
setExtendedStyle(String extendedStyle) |
void |
setRowSpan(int rowSpan) |
public String getCellStyle()
public String getDefaultParaStyle()
public int getColSpan()
public void setExtendedStyle(String extendedStyle)
public String getExtendedStyle()
public void setColSpan(int colSpan)
public int getRowSpan()
public void setRowSpan(int rowSpan)
public int getMergeHorizontal()
public int getMergeVertical()
Copyright © 2017 SAP SE. All Rights Reserved.