C# 클래스 AODL.Document.Content.Charts.ChartExporter

Summary description for OpenDocumentTextExporter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
ChartExporter ( ) : System

Initializes a new instance of the OpenDocumentTextExporter class.

Export ( IDocument document, string dir ) : void

Exports the specified document.

비공개 메소드들

메소드 설명
PrepareDirectory ( string directory ) : void

Create an output directory with all necessary subfolders.

WriteFileEntry ( string objectName ) : void
WriteSingleFiles ( System document, string filename ) : void

Writes the single files.

메소드 상세

ChartExporter() 공개 메소드

Initializes a new instance of the OpenDocumentTextExporter class.
public ChartExporter ( ) : System
리턴 System

Export() 공개 메소드

Exports the specified document.
public Export ( IDocument document, string dir ) : void
document IDocument The document.
dir string
리턴 void