C# 클래스 OneNoteConversionTool.FormatConversion.SmsgrFormatConverter

Converter that accepts SMSGR Format
상속: GenericFormatConverter
파일 보기 프로젝트 열기: OneNoteDev/OneNoteConversionTool 1 사용 예제들

공개 메소드들

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