com.aspose.diagram

  • java.lang.Object
    • 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()
void
setPageID(longvalue)
           Page ID of the shape.
longgetRowID()
void
setRowID(longvalue)
           The original row ID.
longgetShapeID()
void
setShapeID(longvalue)
           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.