C# Class TemplateEngine.Docx.WordDocumentContainer

Inheritance: IDisposable
Mostrar archivo Open project: UNIT6-open/TemplateEngine.Docx Class Usage Examples

Private Properties

Property Type Description
AddImagePart string
GetPartById OpenXmlPart
LoadMultipleParts XDocument>.Dictionary
LoadPart System.Xml.Linq.XDocument
RemovePartById void
SaveChanges void
WordDocumentContainer System
WordDocumentContainer System

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void