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

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

Méthodes publiques

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

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

Return the content as Html string
public GetHtml ( ) : string
Résultat string

List() public méthode

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

List() public méthode

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

List() public méthode

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