|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AddPageBreak (Document) |
Adds a Page Break into the specified document |
||
| CloseDocument (WordprocessingDocument) |
Closes the Document |
||
| LOGICAL ContainsBookmarks (WordprocessingDocument) |
Checks if the document contains bookmarks |
||
| CopyFiles (character, character) |
Copies the TemplateFile File to the SourceFile File |
||
| FetchBookmarks (WordprocessingDocument) |
Fetches all the document bookmarks |
||
|
FindAndReplaceBookmarks (WordprocessingDocument, Dictionary |
Find And Replace Bookmarks |
||
| GetDocumentBookmarks (WordprocessingDocument) |
Gets all Document Bookmarks and stores them in a Dictionary |
||
| GetFooterBookmarks (WordprocessingDocument) |
Gets all Document Footer Bookmarks and stores them in a Dictionary |
||
| GetHeaderBookmarks (WordprocessingDocument) |
Gets all Document Header Bookmarks and stores them in a Dictionary |
||
| MergeDocument (WordprocessingDocument, AltChunk, logical) |
Merges an AltChunk into a specific Document |
||
| DocumentFormat.OpenXml.Packaging.WordprocessingDocument OpenDocument (character) |
Opens the document |
||
| DocumentFormat.OpenXml.Packaging.WordprocessingDocument OpenDocument (character, character) |
Opens the document copied from the template |
||
| RemoveBookmarkEnd (character) |
Removes the Document Bookmark End linked to the specified Bookmark ID |
||
| RemoveBookmarkEnds (WordprocessingDocument) |
Removes all Document Bookmark Ends from the specified Document |
||
| SaveDocument (WordprocessingDocument) |
Saves the Document |
||
| UpdateBookmark (WordprocessingDocument, character, character) |
Updates a specific Document Bookmark |
||
| UpdateBookmarkEndList (BookmarkEnd) |
Update Bookmark End List by inserting the BookmarkEnd and BookmarkId |
||
| UpdateBookmarkStartList (BookmarkStart, character) |
Update Bookmark Start List by inserting the BookmarkStart and BookmarkId |
||
| UpdateBookmarkText (BookmarkStart, character) |
Updates the Bookmark Text |
||
| UpdateMergeBookmark (WordprocessingDocument, character, AltChunk) |
Updates a specific Document Bookmark |
||
| UpdateText (Run, character) |
Updates the Bookmark Run Text Element |
||
| LOGICAL UpdateText (Run, character, character) |
Updates the Text on the Bookmark Run Element |
||
| ValidateDocument (WordprocessingDocument) |
Validate that the document is valid |
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL HasBookmarks |
|
|
Top
AddPageBreak (Document)
|
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CloseDocument (WordprocessingDocument)
|
||||||||||||||||||||||||||||||||
LOGICAL ContainsBookmarks (WordprocessingDocument)
|
||||||||||||||||||||||||||||||||
CopyFiles (character, character)
|
||||||||||||||||||||||||||||||||
FetchBookmarks (WordprocessingDocument)
|
||||||||||||||||||||||||||||||||
FindAndReplaceBookmarks (WordprocessingDocument, Dictionary
|
||||||||||||||||||||||||||||||||
|
|
|
|
| /* | |
| Purpose: | Find And Replace Bookmarks |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
| poDictionary |
System.Collections.Generic.Dictionary |
|
|
|
|
|
| /* | |
| Purpose: | Gets all Document Bookmarks and stores them in a Dictionary |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
|
|
|
|
| /* | |
| Purpose: | Gets all Document Footer Bookmarks and stores them in a Dictionary |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
|
|
|
|
| /* | |
| Purpose: | Gets all Document Header Bookmarks and stores them in a Dictionary |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
|
|
|
|
| /* | |
| Purpose: | Merges an AltChunk into a specific Document |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
| poAltChunk | DocumentFormat.OpenXml.Wordprocessing.AltChunk | |
| plPageBreak | LOGICAL | |
|
|
|
|
| /* | |
| Purpose: | Opens the document |
| Notes: |
| Parameters: | ||
| pcSourceFile | CHARACTER | |
| Returns | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
| WordprocessingDocument | ||
|
|
|
|
| /* | |
| Purpose: | Opens the document copied from the template |
| Notes: |
| Parameters: | ||
| pcTemplateFile | CHARACTER | |
| pcSourceFile | CHARACTER | |
| Returns | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
| WordprocessingDocument | ||
|
|
|
|
| /* | |
| Purpose: | Removes the Document Bookmark End linked to the specified Bookmark ID |
| Notes: |
| Parameters: | ||
| pcBookmarkID | CHARACTER | |
|
|
|
|
| /* | |
| Purpose: | Removes all Document Bookmark Ends from the specified Document |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
|
|
|
|
| /* | |
| Purpose: | Saves the Document |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
|
|
|
|
| /* | |
| Purpose: | Updates a specific Document Bookmark |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
| pcBookmarkName | CHARACTER | |
| pcBookmarkText | CHARACTER | |
|
|
|
|
| /* | |
| Purpose: | Update Bookmark End List by inserting the BookmarkEnd and BookmarkId |
| Notes: |
| Parameters: | ||
| poBookmarkEnd | DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd | |
|
|
|
|
| /* | |
| Purpose: | Update Bookmark Start List by inserting the BookmarkStart and BookmarkId |
| Notes: |
| Parameters: | ||
| poBookmarkStart | DocumentFormat.OpenXml.Wordprocessing.BookmarkStart | |
| pcBookmarkId | CHARACTER | |
|
|
|
|
| /* | |
| Purpose: | Updates the Bookmark Text |
| Notes: |
| Parameters: | ||
| poBookmarkStart | DocumentFormat.OpenXml.Wordprocessing.BookmarkStart | |
| pcBookmarkText | CHARACTER | |
|
|
|
|
| /* | |
| Purpose: | Updates a specific Document Bookmark |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
| pcBookmarkName | CHARACTER | |
| poAltChunk | DocumentFormat.OpenXml.Wordprocessing.AltChunk | |
|
|
|
|
| /* | |
| Purpose: | Updates the Bookmark Run Text Element |
| Notes: | Updates a Bookmark with the required text |
| Parameters: | ||
| poRun | DocumentFormat.OpenXml.Wordprocessing.Run | |
| pcBookmarkText | CHARACTER | |
|
|
|
|
| /* | |
| Purpose: | Updates the Text on the Bookmark Run Element |
| Notes: | Updates a Bookmark with the required text |
| Parameters: | ||
| poRun | DocumentFormat.OpenXml.Wordprocessing.Run | |
| pcBookmarkValue | CHARACTER | |
| pcBookmarkText | CHARACTER | |
| Returns | LOGICAL | |
| logical True if the text was updated, false otherwise | ||
|
|
|
|
| /* | |
| Purpose: | Validate that the document is valid |
| Notes: |
| Parameters: | ||
| poWordDocument | DocumentFormat.OpenXml.Packaging.WordprocessingDocument | |
LOGICAL HasBookmarks
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|