AODL.Document.Styles.Properties.TextProperties.TextProperties C# (CSharp) Méthode

TextProperties() public méthode

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