메소드 | 설명 | |
---|---|---|
PageAttachmentDocument ( |
Initializes a new instance of the T:PageAttachmentDocument class.
|
|
PageAttachmentDocument ( System.PageInfo page, string name, string provider, System.DateTime dateTime ) : System |
Initializes a new instance of the T:PageAttachmentDocument class.
|
|
Tokenize ( string content ) : WordInfo[] |
Performs the tokenization of the document content.
|
public PageAttachmentDocument ( |
||
doc | The dumped document. | |
리턴 | System |
public PageAttachmentDocument ( System.PageInfo page, string name, string provider, System.DateTime dateTime ) : System | ||
page | System.PageInfo | The page. |
name | string | The attachment name. |
provider | string | The file provider. |
dateTime | System.DateTime | The modification date/time. |
리턴 | System |
public Tokenize ( string content ) : WordInfo[] | ||
content | string | The content to tokenize. |
리턴 | WordInfo[] |