C# Class AODL.Document.Styles.TabStopStyle

Class represent a TabStopStyle.
Inheritance: IStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
TabStopStyle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the TabStopStyle class.

TabStopStyle ( IDocument document, double position ) : System

Initializes a new instance of the TabStopStyle class.

Private Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( double position ) : void

Create the XmlNode that represent this element.

Method Details

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

TabStopStyle() public method

Initializes a new instance of the TabStopStyle class.
public TabStopStyle ( IDocument document, double position ) : System
document IDocument The document.
position double The position.
return System