C# Class AODL.Document.Import.OpenDocument.NodeProcessors.FormsProcessor

Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
CreateCellForms ( Table table ) : void

Creates the document forms.

FormsProcessor ( IDocument document ) : System

Initializes a new instance of the FormsProcessor class.

ReadFormNodes ( ) : void

Reads the content nodes.

Private Methods

Méthode Description
CreateDocumentForms ( XmlNode node ) : void

Creates the document forms.

CreateForm ( XmlNode formnode ) : ODFForm

Gets the form.

LogNode ( XmlNode node, string msg ) : void

Logs the node.

Method Details

CreateCellForms() public méthode

Creates the document forms.
public CreateCellForms ( Table table ) : void
table AODL.Document.Content.Tables.Table
Résultat void

FormsProcessor() public méthode

Initializes a new instance of the FormsProcessor class.
public FormsProcessor ( IDocument document ) : System
document IDocument The document.
Résultat System

ReadFormNodes() public méthode

Reads the content nodes.
public ReadFormNodes ( ) : void
Résultat void