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

ListStyle() public method

Create a new ListStyle object.
public ListStyle ( IDocument document, string styleName ) : System
document IDocument The docuemnt
styleName string The style name
return System
		public ListStyle(IDocument document, string styleName)
		{
			this.Document				= document;
			this.NewXmlNode();
			this.InitStandards();
			this.ListlevelStyles		= new ListLevelStyleCollection();
			this.StyleName				= styleName;
		}

Same methods

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