C# Class AODL.Document.Styles.Properties.ParagraphProperties

Represent access to the possible attributes of of an paragraph-propertie element.
Inheritance: IProperty, IHtmlStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetHtmlStyle ( ) : string

Get the css style fragement

ParagraphProperties ( IStyle style ) : System

Initializes a new instance of the ParagraphProperties class.

ParagraphProperties ( IStyle style, XmlNode node ) : System

Initializes a new instance of the ParagraphProperties class.

Private Methods

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

News the XML node.

Method Details

GetHtmlStyle() public method

Get the css style fragement
public GetHtmlStyle ( ) : string
return string

ParagraphProperties() public method

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style ) : System
style IStyle The style.
return System

ParagraphProperties() public method

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style, XmlNode node ) : System
style IStyle The style.
node System.Xml.XmlNode The node.
return System