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

TabStopStyle() public method

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

Same methods

TabStopStyle::TabStopStyle ( IDocument document, double position ) : System