Property | Type | Description | |
---|---|---|---|
FileName | string |
Method | Description | |
---|---|---|
DocumentMetadata ( ) : System |
Initializes a new instance of the DocumentMetadata class.
|
|
DocumentMetadata ( IDocument textDocument ) : System |
Initializes a new instance of the DocumentMetadata class.
|
|
GetHtml ( ) : string |
Return the content as Html string
|
|
GetUserDefinedInfo ( UserDefinedInfo info ) : string |
Gets the user defined info.
|
|
LoadFromFile ( string file ) : void |
Loads from file.
|
|
New ( ) : void |
Load the style from assmebly resource.
|
|
SetUserDefinedInfo ( UserDefinedInfo info, string text ) : void |
Sets the user defined info.
|
Method | Description | |
---|---|---|
GetUserDefinedNode ( UserDefinedInfo info ) : |
Gets the user defined node.
|
|
Init ( ) : void |
Inits this instance.
|
public DocumentMetadata ( IDocument textDocument ) : System | ||
textDocument | IDocument | The text document. |
return | System |
public GetUserDefinedInfo ( UserDefinedInfo info ) : string | ||
info | UserDefinedInfo | The info. |
return | string |
public LoadFromFile ( string file ) : void | ||
file | string | The file. |
return | void |
public SetUserDefinedInfo ( UserDefinedInfo info, string text ) : void | ||
info | UserDefinedInfo | The info. |
text | string | The text. |
return | void |