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

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

Get the css style fragement
public GetHtmlStyle ( ) : string
Résultat string

ParagraphProperties() public méthode

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

ParagraphProperties() public méthode

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.
Résultat System