AODL.Document.Styles.ParagraphStyle.ParagraphStyle C# (CSharp) Method

ParagraphStyle() public method

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

Same methods

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