C# 클래스 AODL.Document.Import.OpenDocument.OpenDocumentImporter

OpenDocumentImporter - Importer for OpenDocuments in different formats.
상속: IImporter, IPublisherInfo
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
DeleteUnpackedFiles ( ) : void
Import ( IDocument document, string filename ) : void

Imports the specified filename.

ImportCommonStyles ( ) : void

If the common styles are placed in the DocumentStyles, they will be imported into the content file.

OpenDocumentImporter ( ) : System

Initializes a new instance of the OpenDocumentImporter class.

비공개 메소드들

메소드 설명
InitMetaData ( ) : void

Inits the meta data.

MovePictures ( ) : void

Moves the pictures folder To avoid gdi errors.

ReadContent ( ) : void

Reads the content.

ReadDocumentConfigurations2 ( ) : void

Reads the document configurations2.

ReadImageResources ( string folder ) : AODL.Document.TextDocuments.DocumentPictureCollection

Reads the image resources.

ReadResources ( ) : void

Reads the resources.

TextContentProcessor_OnWarning ( AODL warning ) : void
UnpackFiles ( string file ) : void

Unpacks the files.

mcp_OnWarning ( AODL warning ) : void

MCP_s the on warning.

메소드 상세

DeleteUnpackedFiles() 공개 메소드

public DeleteUnpackedFiles ( ) : void
리턴 void

Import() 공개 메소드

Imports the specified filename.
public Import ( IDocument document, string filename ) : void
document IDocument The TextDocument to fill.
filename string The filename.
리턴 void

ImportCommonStyles() 공개 메소드

If the common styles are placed in the DocumentStyles, they will be imported into the content file.
public ImportCommonStyles ( ) : void
리턴 void

OpenDocumentImporter() 공개 메소드

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