AODL.Document.Styles.Properties.TextProperties.TextProperties C# (CSharp) Method

TextProperties() public method

Create a new TextProperties object that belongs to the given TextStyle object.
public TextProperties ( IStyle style ) : System
style IStyle The TextStyle object.
return System
		public TextProperties(IStyle style)
		{
			this.Style				= style;
			this.NewXmlNode();
		}