C# Класс AODL.Document.Import.OpenDocument.OpenDocumentImporter

OpenDocumentImporter - Importer for OpenDocuments in different formats.
Наследование: IImporter, IPublisherInfo
Показать файл Открыть проект Примеры использования класса

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

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