java.lang.Object
com.aspose.diagram.Row
public class Row
| Constructor Summary |
|---|
Row()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
long | getPageID() | |
void | setPageID(long) | |
| Page ID of the shape. | ||
long | getRowID() | |
void | setRowID(long) | |
| The original row ID. | ||
long | getShapeID() | |
void | setShapeID(long) | |
| Shape ID of the shape. | ||
| Constructor Detail |
|---|
public Row()
| Property Getters/Setters Detail |
|---|
getRowID/setRowID | |
public long getRowID() / public void setRowID(long value) | |
getShapeID/setShapeID | |
public long getShapeID() / public void setShapeID(long value) | |
getPageID/setPageID | |
public long getPageID() / public void setPageID(long value) | |