C# Class AODL.Document.Content.Text.List

Represent a list which could be a numbered or bullet style list.
Inheritance: IContent, IContentContainer, IHtml
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetHtml ( ) : string

Return the content as Html string

List ( IDocument document, List outerlist ) : System

Create a new List which is used to represent a inner list.

List ( IDocument document, XmlNode node ) : System

Initializes a new instance of the List class.

List ( IDocument document, string styleName, ListStyles typ, string paragraphStyleName ) : System

Create a new List object

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

Method Details

GetHtml() public method

Return the content as Html string
public GetHtml ( ) : string
return string

List() public method

Create a new List which is used to represent a inner list.
public List ( IDocument document, List outerlist ) : System
document IDocument The IDocument
outerlist List The List to which this List belongs.
return System

List() public method

Initializes a new instance of the List class.
public List ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System

List() public method

Create a new List object
public List ( IDocument document, string styleName, ListStyles typ, string paragraphStyleName ) : System
document IDocument The IDocument
styleName string The style name
typ ListStyles The list typ bullet, ..
paragraphStyleName string The style name for the ParagraphStyle.
return System