C# Класс OneNoteConversionTool.FormatConversion.SmsgrFormatConverter

Converter that accepts SMSGR Format
Наследование: GenericFormatConverter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetSupportedInputFormat ( ) : string

Returns the name of the input format that this IFormatConverter supports

Защищенные методы

Метод Описание
ConvertPowerPointToOneNote ( PowerPointOpenXml pptOpenXml, string imgsPath, OneNoteGenerator note, string sectionName ) : void

Converts PowerPoint presentan to OneNote while converting the sections in power point to main pages, and slides to sub pages It creates two notebooks, one for the Trainer and one for the student

IncludeStudentNotebook ( ) : bool

Gets whether the trainer notebook should be created or not

IncludeTrainerNotebook ( ) : bool

Gets whether the trainer notebook should be created or not

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

Метод Описание
ConvertPowerPointWithSectionsToOneNote ( PowerPointOpenXml pptOpenXml, string imgsPath, OneNoteGenerator note, string sectionId, List sectionNames, List slidesInSections, bool isTrainer ) : void

Helper method to include the common code between the trainer and the student create notebook when converting Power Point files that have sections

ConvertPowerPointWithoutSectionsToOneNote ( PowerPointOpenXml pptOpenXml, string imgsPath, OneNoteGenerator note, string sectionId, bool isTrainer ) : void

Helper method to include the common code between the trainer and the student create notebook when converting Power Point files that doesn't have sections

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

ConvertPowerPointToOneNote() защищенный Метод

Converts PowerPoint presentan to OneNote while converting the sections in power point to main pages, and slides to sub pages It creates two notebooks, one for the Trainer and one for the student
protected ConvertPowerPointToOneNote ( PowerPointOpenXml pptOpenXml, string imgsPath, OneNoteGenerator note, string sectionName ) : void
pptOpenXml OneNoteConversionTool.FormatReaders.PowerPointOpenXml
imgsPath string
note OneNoteConversionTool.OutputGenerator.OneNoteGenerator
sectionName string
Результат void

GetSupportedInputFormat() публичный Метод

Returns the name of the input format that this IFormatConverter supports
public GetSupportedInputFormat ( ) : string
Результат string

IncludeStudentNotebook() защищенный Метод

Gets whether the trainer notebook should be created or not
protected IncludeStudentNotebook ( ) : bool
Результат bool

IncludeTrainerNotebook() защищенный Метод

Gets whether the trainer notebook should be created or not
protected IncludeTrainerNotebook ( ) : bool
Результат bool