C# 클래스 TemplateEngine.Docx.WordDocumentContainer

상속: IDisposable
파일 보기 프로젝트 열기: UNIT6-open/TemplateEngine.Docx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddImagePart string
GetPartById OpenXmlPart
LoadMultipleParts XDocument>.Dictionary
LoadPart System.Xml.Linq.XDocument
RemovePartById void
SaveChanges void
WordDocumentContainer System
WordDocumentContainer System

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
AddImagePart ( byte bytes ) : string
GetPartById ( string partIdentifier ) : OpenXmlPart
LoadMultipleParts ( IEnumerable partsList ) : XDocument>.Dictionary
LoadPart ( OpenXmlPart source ) : System.Xml.Linq.XDocument
RemovePartById ( string partIdentifier ) : void
SaveChanges ( ) : void
WordDocumentContainer ( WordprocessingDocument wordDocument ) : System
WordDocumentContainer ( System.Xml.Linq.XDocument templateSource, System.Xml.Linq.XDocument stylesPart = null, System.Xml.Linq.XDocument numberingPart = null, IEnumerable imagesPart = null ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void