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

SectionProperties() public method

Initializes a new instance of the SectionProperties class.
public SectionProperties ( IStyle style ) : System
style IStyle The style.
return System
		public SectionProperties(IStyle style)
		{
			this.Style					= style;
			this.NewXmlNode();
		}