protected class PrintTable.MergeAndSpanInfo extends Object
| Constructor and Description |
|---|
MergeAndSpanInfo(int x,
int y,
TableCell originalCell) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColSpan() |
int |
getMergeHorizontal() |
int |
getMergeVertical() |
TableCell |
getOriginalCell() |
int |
getRowSpan() |
int |
getX() |
int |
getY() |
public MergeAndSpanInfo(int x,
int y,
TableCell originalCell)
public int getColSpan()
public int getRowSpan()
public int getMergeHorizontal()
public int getMergeVertical()
public int getX()
public int getY()
public TableCell getOriginalCell()
Copyright © 2017 SAP SE. All Rights Reserved.