Bookmark Class |
Namespace: SOWIDocument.Word
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(String, ListSection) |
Add document objects of SectionTypes | |
| Add(String, String, String) |
Adds text to bookmark, taking into account the carriage return.
| |
| AddAutoText |
Insert a AutoText to bookmark selection
| |
| AddBreakContinuous |
Inserts a document section break of type continuous
| |
| AddFormFieldCheckbox |
Document adds a form field of type checkbox at bookmarks
| |
| AddFormFieldText |
Document adds a form field of type text at bookmarks
| |
| 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)
| |
| Exist |
Bookmark check
| |
| GetByName |
Gives bookmark open XML element
| |
| GetNames |
Gives all bookmark names on document
| |
| Read |
Read bookmark text (only text, into the same level)
| |
| Refresh |
Refresh bookmark list (Map)
| |
| SetColumns |
Sets columns in document section
| |
| SetTextStart |
Sets document start up position
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |