com.aspose.diagram
Class Row

java.lang.Object
    extended by com.aspose.diagram.Row

public class Row 
extends java.lang.Object

Indicates a row in the data recordset.

Constructor Summary
Row()
           Constructor.
 
Property Getters/Setters Summary
longgetPageID()
voidsetPageID(long value)
           Page ID of the shape.
longgetRowID()
voidsetRowID(long value)
           The original row ID.
longgetShapeID()
voidsetShapeID(long value)
           Shape ID of the shape.
 

Constructor Detail

Row

public Row()
Constructor.

Property Getters/Setters Detail

getRowID/setRowID

public long getRowID() / public void setRowID(long value)
The original row ID.

getShapeID/setShapeID

public long getShapeID() / public void setShapeID(long value)
Shape ID of the shape.

getPageID/setPageID

public long getPageID() / public void setPageID(long value)
Page ID of the shape.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.