C# 클래스 SlideBuilder.SlideConverter

파일 보기 프로젝트 열기: TelerikAcademy/Common

공개 메소드들

메소드 설명
ExtractPPTXtoMD ( string rootDir, string githubName, string language ) : void
GetAllSlides ( string path ) : ICollection>
GetAllTextInSlide ( DocumentFormat.OpenXml.Packaging.SlidePart slidePart, int slideNum ) : string[]
ReadFile ( string path ) : string[]

비공개 메소드들

메소드 설명
AddLocalServerFiles ( DirectoryInfo slidesDir ) : void
AddTableOfContentsMD ( DirectoryInfo lectureDir ) : void
BuildMDLines ( ICollection slides ) : IList
CheckSlideType ( Shape shape, MDSlide mdSlide, MDShapeText mdShape ) : void
CheckWrappingShape ( Shape shape, MDShapeText mdShape ) : void
ExtractTextFromParagraph ( MDShapeText mdShape, DocumentFormat.OpenXml.Drawing paragraph ) : string
GetAllPPTXFilesFrom ( string dir ) : IList
GetLecturePath ( string file, string rootDir ) : string
ParseParagraphText ( MDSlide mdSlide, MDShapeText mdShape, string paragraphText ) : void

메소드 상세

ExtractPPTXtoMD() 공개 정적인 메소드

public static ExtractPPTXtoMD ( string rootDir, string githubName, string language ) : void
rootDir string
githubName string
language string
리턴 void

GetAllSlides() 공개 정적인 메소드

public static GetAllSlides ( string path ) : ICollection>
path string
리턴 ICollection>

GetAllTextInSlide() 공개 정적인 메소드

public static GetAllTextInSlide ( DocumentFormat.OpenXml.Packaging.SlidePart slidePart, int slideNum ) : string[]
slidePart DocumentFormat.OpenXml.Packaging.SlidePart
slideNum int
리턴 string[]

ReadFile() 공개 정적인 메소드

public static ReadFile ( string path ) : string[]
path string
리턴 string[]