C# Класс AODL.Document.Import.OpenDocument.NodeProcessors.FormsProcessor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CreateDocumentForms ( XmlNode node ) : void

Creates the document forms.

CreateForm ( XmlNode formnode ) : ODFForm

Gets the form.

LogNode ( XmlNode node, string msg ) : void

Logs the node.

Описание методов

CreateCellForms() публичный метод

Creates the document forms.
public CreateCellForms ( Table table ) : void
table AODL.Document.Content.Tables.Table
Результат void

FormsProcessor() публичный метод

Initializes a new instance of the FormsProcessor class.
public FormsProcessor ( IDocument document ) : System
document IDocument The document.
Результат System

ReadFormNodes() публичный метод

Reads the content nodes.
public ReadFormNodes ( ) : void
Результат void