Method | Description | |
---|---|---|
AddImage ( System.Image img ) : string | ||
Clone ( ) : object | ||
Compile ( ) : void | ||
CopyTo ( |
||
EntryExists ( string entryPath ) : bool | ||
GetBuffer ( ) : byte[] | ||
GetEntryInputStream ( string entryPath ) : Stream | ||
GetEntryOutputStream ( string entryPath ) : Stream | ||
Load ( Stream inStream ) : void | ||
Load ( string path ) : void | ||
Render ( object>.IDictionary |
||
Save ( Stream outStream ) : void | ||
Save ( string path ) : void | ||
ToBase64String ( ) : string |
Method | Description | |
---|---|---|
CopyStream ( Stream src, Stream dest ) : void |
Method | Description | |
---|---|---|
GetEntryTextReader ( string entryPath ) : TextReader | ||
GetEntryTextWriter ( string entryPath ) : |
||
ReadMainContentXml ( |
||
ReadXmlEntry ( string entryPath, |
||
WriteMainContentXml ( |
||
WriteXmlEntry ( string entryPath, |
public abstract AddImage ( System.Image img ) : string | ||
img | System.Image | |
return | string |
protected static CopyStream ( Stream src, Stream dest ) : void | ||
src | Stream | |
dest | Stream | |
return | void |
public CopyTo ( |
||
destDoc | ||
return | void |
public abstract EntryExists ( string entryPath ) : bool | ||
entryPath | string | |
return | bool |
public abstract GetEntryInputStream ( string entryPath ) : Stream | ||
entryPath | string | |
return | Stream |
public abstract GetEntryOutputStream ( string entryPath ) : Stream | ||
entryPath | string | |
return | Stream |
public abstract Load ( Stream inStream ) : void | ||
inStream | Stream | |
return | void |
public abstract Render ( object>.IDictionary |
||
context | object>.IDictionary | |
return | IDocument |
public abstract Save ( Stream outStream ) : void | ||
outStream | Stream | |
return | void |