Beispiel #1
0
 /**
  * Accessor for the first drawing on the sheet.  This is used when
  * copying unmodified sheets to indicate that this drawing contains
  * the first time Escher gubbins
  *
  * @return TRUE if this MSORecord is the first drawing on the sheet
  */
 public virtual bool isFirst()
 {
     return(msoDrawingRecord.isFirst());
 }
Beispiel #2
0
 /**
  * Accessor for the first drawing on the sheet.  This is used when
  * copying unmodified sheets to indicate that this drawing contains
  * the first time Escher gubbins
  *
  * @return TRUE if this MSORecord is the first drawing on the sheet
  */
 public virtual bool isFirst()
 {
     return(mso.isFirst());
 }