C# 클래스 Simplexcel.XlsxInternal.StyleWriter

파일 보기 프로젝트 열기: mstum/Simplexcel 1 사용 예제들

비공개 메소드들

메소드 설명
CreateStyleXml ( IList styles ) : XmlFile

Create a styles.xml file

StyleAddBordersElement ( System.Xml.Linq.XDocument doc, List uniqueBorders ) : void
StyleAddCellStyleXfsElement ( System.Xml.Linq.XDocument doc ) : void
StyleAddCellXfsElement ( System.Xml.Linq.XDocument doc, IList styles, List uniqueBorders, List numberFormats, IList fontInfos ) : void
StyleAddFillsElement ( System.Xml.Linq.XDocument doc ) : void
StyleAddFontsElement ( System.Xml.Linq.XDocument doc, IList fontInfos ) : void
StyleAddNumFmtsElement ( System.Xml.Linq.XDocument doc, List numberFormats ) : void