C# 클래스 AODL.Document.TextDocuments.DocumentMetadata

DocumentMetadata global Document Metadata
상속: IHtml
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileName string

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetUserDefinedNode ( UserDefinedInfo info ) : XmlNode

Gets the user defined node.

Init ( ) : void

Inits this instance.

메소드 상세

DocumentMetadata() 공개 메소드

Initializes a new instance of the DocumentMetadata class.
public DocumentMetadata ( ) : System
리턴 System

DocumentMetadata() 공개 메소드

Initializes a new instance of the DocumentMetadata class.
public DocumentMetadata ( IDocument textDocument ) : System
textDocument IDocument The text document.
리턴 System

GetHtml() 공개 메소드

Return the content as Html string
public GetHtml ( ) : string
리턴 string

GetUserDefinedInfo() 공개 메소드

Gets the user defined info.
public GetUserDefinedInfo ( UserDefinedInfo info ) : string
info UserDefinedInfo The info.
리턴 string

LoadFromFile() 공개 메소드

Loads from file.
public LoadFromFile ( string file ) : void
file string The file.
리턴 void

New() 공개 메소드

Load the style from assmebly resource.
public New ( ) : void
리턴 void

SetUserDefinedInfo() 공개 메소드

Sets the user defined info.
public SetUserDefinedInfo ( UserDefinedInfo info, string text ) : void
info UserDefinedInfo The info.
text string The text.
리턴 void

프로퍼티 상세

FileName 공개적으로 정적으로 프로퍼티

The file name
public static string FileName
리턴 string