Bookmark Class |
Namespace: SIC.OpenDocumentFormat.MSWord
The Bookmark type exposes the following members.
| Name | Description | |
|---|---|---|
| Bookmark |
Initializes a new instance of the Bookmark class.
Constructor without parameter
| |
| Bookmark(Document) |
Initializes a new instance of the Bookmark class.
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| Add |
Add document objects of SectionType | |
| AddImage |
Added an image from file to bookmark selection
| |
| AddMergeField |
Document adds a merge field at bookmarks
| |
| AddTable |
Write a table from a two-dimensional array (rows, columns) at a bookmark
| |
| AddText |
Bookmark add text into paragraph element with style (optional).
Supported checkbox symbol #CheckboxOn# and #CheckboxOff#
| |
| AddTextFromTable |
Bookmark add text from table (bookmark name equal field name)
| |
| Equals | (Inherited from Object.) | |
| Exist |
Bookmark check
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read |
Read bookmark text (only text, into the same level)
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |