GetName() public method

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