| Name | Description |
---|
| DeleteRow |
Deletes a row from a table.
|
| EndBookmark |
Marks the current position in the document as a bookmark end.
|
| EndRow |
Ends a table row in the document.
|
| EndTable |
Ends a table in the document.
|
| InsertCell |
Inserts a table cell into the document.
|
| InsertCheckBox(String, Boolean, Int32) |
Inserts a checkbox form field at the current position.
|
| InsertCheckBox(String, Boolean, Boolean, Int32) |
Inserts a checkbox form field at the current position.
|
| InsertComboBox |
Inserts a combobox form field at the current position.
|
| InsertContentControl |
Inserts a content control into a document.
|
| InsertDocument(DocumentCore) |
Inserts a document at the cursor position.
|
| InsertDocument(DocumentCore, ImportSession) |
Inserts a document at the cursor position.
|
| InsertField(String) |
Inserts a Word field into a document.
|
| InsertField(String, String) |
Inserts a Word field into a document.
|
| InsertHtml(String) |
Inserts an HTML string into the document.
|
| InsertHtml(String, Boolean) |
Inserts an HTML string into the document.
|
| InsertHyperlink |
Inserts a hyperlink into the document.
|
| InsertImage(Byte, NullableSize) |
Inserts an image from a byte array into the document. The image is inserted inline and at 100% scale.
|
| InsertImage(Stream, NullableSize) |
Inserts an image from a stream into the document. The image is inserted inline and at 100% scale.
|
| InsertImage(String, NullableSize) |
Inserts an image from a file into the document. The image is inserted inline and at 100% scale.
|
| InsertImage(Byte, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts an image from a byte array at the specified position and size.
|
| InsertImage(Stream, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts an image from a stream at the specified position and size.
|
| InsertImage(String, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts an image from a file at the specified position and size.
|
| InsertInline |
Inserts an Inline at the current position.
|
| InsertNote(NoteType, String) |
Inserts a footnote or endnote into the document.
|
| InsertNote(NoteType, String, String) |
Inserts a footnote or endnote into the document.
|
| InsertParagraph |
Inserts an Paragraph at the current position.
|
| InsertQRCode(String, NullableSize) |
Inserts a QR code as image from a custom data into the document. The QR code as image is inserted inline and at 100% scale.
|
| InsertQRCode(String, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts a QR code as image from a file at the specified position and size.
|
| InsertSection |
Inserts a section into the document.
|
| InsertShape(Figure, Size) |
Inserts inline shape with specified figure and size.
|
| InsertShape(Figure, HorizontalPosition, VerticalPosition, WrappingStyle, Size) |
Inserts free-floating shape with specified position, size and text wrap style.
|
| InsertSpecialCharacter |
Inserts a special character into the document.
|
| InsertTableOfContents |
Inserts a table of contents into the document.
|
| InsertTextInput |
Inserts a text form field at the current position.
|
| MoveTo |
Moves the cursor to a given position.
|
| MoveToBookmark(String) |
Moves the cursor to a bookmark.
|
| MoveToBookmark(String, Boolean, Boolean) |
Moves the cursor to a bookmark.
|
| MoveToCell |
Moves the cursor to a specified position inside table in the current section.
|
| MoveToDocumentEnd |
Moves the cursor to the end of the document.
|
| MoveToDocumentStart |
Moves the cursor to the beginning of the document.
|
| MoveToField |
Moves the cursor to a field in the document.
|
| MoveToHeaderFooter |
Moves the cursor to the beginning of a header or footer in the current section.
|
| MoveToMergeField(String) |
Moves the cursor to a position just beyond the specified merge field and removes the merge field.
|
| MoveToMergeField(String, Boolean, Boolean) |
Moves the cursor to the specified merge field.
|
| MoveToParagraph |
Moves the cursor to a paragraph in the current section.
|
| MoveToSection |
Moves the cursor to the beginning of a specified section.
|
| PopCharacterFormat |
Retrieves character formatting previously saved on the stack.
|
| PushCharacterFormat |
Saves current character formatting onto the stack.
|
| StartBookmark |
Marks the current position in the document as a bookmark start.
|
| StartTable |
Inserts a table into the document.
|
| Write |
Inserts a string into the document at the current insert position.
|
| Writeln |
Inserts a paragraph break into the document.
|
| Writeln(String) |
Inserts a string and a paragraph break into the document.
|