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

SectionStyle() public method

Initializes a new instance of the SectionStyle class.
public SectionStyle ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System
		public SectionStyle(IDocument document, XmlNode node)
		{
			this.Document			= document;
			this.Node				= node;
			this.InitStandards();
			this.SectionProperties	= new SectionProperties(this);
		}

Same methods

SectionStyle::SectionStyle ( IContent content, string styleName ) : System