Beispiel #1
0
 /**
 * Sets a property.
 * 
 * @param property The property to set for this RtfShape.
 */
 public void SetProperty(RtfShapeProperty property) {
     property.SetRtfDocument(this.doc);
     this.properties[property.GetName()] = property;
 }
Beispiel #2
0
 /**
  * Sets a property.
  *
  * @param property The property to set for this RtfShape.
  */
 public void SetProperty(RtfShapeProperty property)
 {
     property.SetRtfDocument(this.doc);
     this.properties[property.GetName()] = property;
 }