Свойство | Type | Description | |
---|---|---|---|
ODFContentXML | string | ||
ODFManifestXML | string | ||
ODFMetaXML | string | ||
ODFSettingsXML | string | ||
ODFStylesXML | string |
Méthode | Description | |
---|---|---|
AbortPackageUpdate ( ) : void |
Aborts the package update.
|
|
AddEntryFromMemoryStream ( MemoryStream memoryStream, string entryName ) : void |
Adds the entry from memory stream.
|
|
BeginUpdate ( ) : void |
Begins the update.
|
|
Close ( ) : void |
Closes this ODFPackage. If this package has changes they will be commited and saved. If you have done changes to the package and won't save them use the AbortPackageUpdate() method before calling Close().
|
|
CommitChanges ( ) : void |
Commits the changes.
|
|
GetStreamByName ( string entryName ) : MemoryStream |
Gets the name of the stream by.
|
|
Load ( string odfFile ) : void |
Loads the specified odf file.
|
|
ODFPackage ( ) : System |
Initializes a new instance of the ODFPackage class.
|
|
ODFPackage ( string odfFile ) : System |
Initializes a new instance of the ODFPackage class.
|
Méthode | Description | |
---|---|---|
GetEntryByName ( string entryName ) : ZipEntry |
Gets the name of the entry by.
|
public AddEntryFromMemoryStream ( MemoryStream memoryStream, string entryName ) : void | ||
memoryStream | MemoryStream | The memory stream. |
entryName | string | Name of the entry. |
Résultat | void |
public GetStreamByName ( string entryName ) : MemoryStream | ||
entryName | string | Name of the entry. |
Résultat | MemoryStream |
public Load ( string odfFile ) : void | ||
odfFile | string | The odf file. |
Résultat | void |
public ODFPackage ( string odfFile ) : System | ||
odfFile | string | The odf file. |
Résultat | System |