/**
  * Big drawing Group records are split but it's easier to deal with them
  * as a whole Group so we need to join them toGether.
  */
 public void Join(AbstractEscherHolderRecord record)
 {
     rawDataContainer.Concatenate(record.RawData);
 }
 /**
  * Big drawing Group records are split but it's easier to deal with them
  * as a whole Group so we need to join them toGether.
  */
 public void Join(AbstractEscherHolderRecord record)
 {
     rawDataContainer.Concatenate(record.RawData);
 }