C# 클래스 AODL.Document.Import.OpenDocument.NodeProcessors.FormsProcessor

파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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