public class FormattedTableCellRange extends Object
The formatted table cell range
| Constructor and Description |
|---|
FormattedTableCellRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottomRowIndex()
The bottom row index
|
int |
getLeftColumnIndex()
The left column index
|
int |
getRightColumnIndex()
The right column index
|
int |
getTopRowIndex()
The top row index
|
void |
setBottomRowIndex(int value)
The bottom row index
|
void |
setLeftColumnIndex(int value)
The left column index
|
void |
setRightColumnIndex(int value)
The right column index
|
void |
setTopRowIndex(int value)
The top row index
|
public final int getTopRowIndex()
The top row index
public final void setTopRowIndex(int value)
The top row index
public final int getLeftColumnIndex()
The left column index
public final void setLeftColumnIndex(int value)
The left column index
public final int getBottomRowIndex()
The bottom row index
public final void setBottomRowIndex(int value)
The bottom row index
public final int getRightColumnIndex()
The right column index
public final void setRightColumnIndex(int value)
The right column index
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.