GetName() public method

public GetName ( ) : String
return String
Beispiel #1
0
 /**
 * Sets a property.
 *
 * @param property The property to set for this RtfShape.
 */
 public void SetProperty(RtfShapeProperty property)
 {
     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;
 }
Beispiel #3
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 #4
0
 /**
  * Sets a property.
  *
  * @param property The property to set for this RtfShape.
  */
 public void SetProperty(RtfShapeProperty property)
 {
     this.properties[property.GetName()] = property;
 }