Represents the text in a document, including title and static summary.
| C# | Visual Basic | Visual C++ |
public class DocumentText
Public Class DocumentText
public ref class DocumentText
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DocumentText(String, String, WordCollection, String, array<String>[]()[], String, StringList) |
Create a new instance
| |
| AddWord(String, Int32) |
Convenience method to add a word to the indexed document text
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Links |
List of link URLs to other documents contained in this document.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MetaContentNames |
Content category names from meta tag.
| |
| MetaCustomData |
Custom data from meta tag.
| |
| MetaLocationName |
Location category names from meta tag.
| |
| Summary |
Summary or excerpt of the document.
| |
| Title |
The document title.
| |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| Words |
List of Word objects from the document.
|
| Object | |
| DocumentText | |