public class TableDataBreakRow extends Object
The table break rows data
| Constructor and Description |
|---|
TableDataBreakRow()
Initializes a new instance of the
TableDataBreakRow class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndRowIndex()
The break row end index
|
Cad3DPoint |
getPosition()
The break row position
|
int |
getStartRowIndex()
The break row start index
|
void |
setEndRowIndex(int value)
The break row end index
|
void |
setPosition(Cad3DPoint value)
The break row position
|
void |
setStartRowIndex(int value)
The break row start index
|
public TableDataBreakRow()
Initializes a new instance of the TableDataBreakRow class.
public final Cad3DPoint getPosition()
The break row position
public final void setPosition(Cad3DPoint value)
The break row position
public final int getStartRowIndex()
The break row start index
public final void setStartRowIndex(int value)
The break row start index
public final int getEndRowIndex()
The break row end index
public final void setEndRowIndex(int value)
The break row end index
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.