C# 클래스 OfficeOpenXml.ExcelStyles

Containts all shared cell styles for a workbook
상속: XmlHelper
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Borders ExcelStyleCollection
CellStyleXfs ExcelStyleCollection
CellXfs ExcelStyleCollection
Dxfs ExcelStyleCollection
Fills ExcelStyleCollection
Fonts ExcelStyleCollection
NamedStyles ExcelStyleCollection
NumberFormats ExcelStyleCollection

Private Properties

프로퍼티 타입 설명
AddNamedStyle void
CloneStyle int
CloneStyle int
ExcelStyles System
GetStyleIdFromName int
GetStyleObject OfficeOpenXml.Style.ExcelStyle
GetXmlNode string
GetXmlNodeInt int
LoadFromDocument void
NamedStylePropertyChange int
PropertyChange int
RemoveUnusedStyles void
SetStyleAddress void

공개 메소드들

메소드 설명
CreateNamedStyle ( string name ) : OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml
CreateNamedStyle ( string name, OfficeOpenXml.Style.ExcelStyle Template ) : OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml
UpdateXml ( ) : void

비공개 메소드들

메소드 설명
AddNamedStyle ( int id, XmlNode styleXfsNode, XmlNode cellXfsNode, OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml style ) : void
CloneStyle ( ExcelStyles style, int styleID ) : int
CloneStyle ( ExcelStyles style, int styleID, bool isNamedStyle ) : int
ExcelStyles ( XmlNamespaceManager NameSpaceManager, XmlDocument xml, ExcelWorkbook wb ) : System
GetStyleIdFromName ( string Name ) : int
GetStyleObject ( int Id, int PositionID, string Address ) : OfficeOpenXml.Style.ExcelStyle
GetXmlNode ( XmlNode node ) : string
GetXmlNodeInt ( XmlNode node ) : int
LoadFromDocument ( ) : void

Loads the style XML to memory

NamedStylePropertyChange ( StyleBase sender, Style e ) : int

Handles property changes on Named styles.

PropertyChange ( StyleBase sender, Style e ) : int

Handels changes of properties on the style objects

RemoveUnusedStyles ( ) : void
SetStyleAddress ( StyleBase sender, Style e, ExcelAddressBase address, ExcelWorksheet ws, int>.Dictionary &styleCashe ) : void

메소드 상세

CreateNamedStyle() 공개 메소드

public CreateNamedStyle ( string name ) : OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml
name string
리턴 OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml

CreateNamedStyle() 공개 메소드

public CreateNamedStyle ( string name, OfficeOpenXml.Style.ExcelStyle Template ) : OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml
name string
Template OfficeOpenXml.Style.ExcelStyle
리턴 OfficeOpenXml.Style.XmlAccess.ExcelNamedStyleXml

UpdateXml() 공개 메소드

public UpdateXml ( ) : void
리턴 void

프로퍼티 상세

Borders 공개적으로 프로퍼티

public ExcelStyleCollection Borders
리턴 ExcelStyleCollection

CellStyleXfs 공개적으로 프로퍼티

public ExcelStyleCollection CellStyleXfs
리턴 ExcelStyleCollection

CellXfs 공개적으로 프로퍼티

public ExcelStyleCollection CellXfs
리턴 ExcelStyleCollection

Dxfs 공개적으로 프로퍼티

public ExcelStyleCollection Dxfs
리턴 ExcelStyleCollection

Fills 공개적으로 프로퍼티

public ExcelStyleCollection Fills
리턴 ExcelStyleCollection

Fonts 공개적으로 프로퍼티

public ExcelStyleCollection Fonts
리턴 ExcelStyleCollection

NamedStyles 공개적으로 프로퍼티

public ExcelStyleCollection NamedStyles
리턴 ExcelStyleCollection

NumberFormats 공개적으로 프로퍼티

public ExcelStyleCollection NumberFormats
리턴 ExcelStyleCollection