AODL.Document.Styles.TextStyle.TextStyle C# (CSharp) 메소드

TextStyle() 공개 메소드

Initializes a new instance of the TextStyle class.
public TextStyle ( IDocument document, string styleName ) : System
document IDocument The document.
styleName string Name of the style.
리턴 System
		public TextStyle(IDocument document, string styleName)
		{
			this.Document						= document;
			this.NewXmlNode(styleName);
			this.InitStandards();
		}

Same methods

TextStyle::TextStyle ( IDocument document, XmlNode node ) : System