AODL.Document.Content.Draw.Frame.CreatePubAttr C# (CSharp) Method

CreatePubAttr() public method

public CreatePubAttr ( string name, string text, string prefix ) : void
name string
text string
prefix string
return void
		public void CreatePubAttr(string name, string text, string prefix)
		{
			CreateAttribute( name,text, prefix);
		}
	}