Пример #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;
 }
Пример #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;
 }