IWordWriter interface
Namespace: NextDesign.Desktop.DocumentGenerator.Word
Description
A Writer for the Word format of the document.
Affiliation area
Name | Description |
---|---|
Document Generation | APIs to access document generation. |
Inherit Base
Name | Description |
---|---|
IDocumentWriter | The writer of the document. |
Property
Name | Description |
---|---|
CellFormat | Gets the current cell format. |
CurrentSectionIndex | Gets the index of the current section. |
Font | Gets the current font. |
ListFormat | Gets the current list format. |
Paragraph | Gets the current paragraph format. |
RowFormat | Gets the current table row format. |
Method
Name | Description |
---|---|
CreateTable | Start writing the table. |
EndRow | Ends writing the table row. |
EndTable | Finish writing the table. |
InsertDocument | Imports another Word document. |
InsertField | Adds a field. |
InsertPageBreak | Inserts a page break. |
InsertParagraphBreak | Adds a paragraph. |
InsertSectionBreakNewPage | Inserts a section break. |
InsertVerticalSpace | Inserts vertical space. |
MoveToDocumentEnd | Move to the end of the document. |
MoveToFooter | Move to footer. |
MoveToHeader | Move to header. |
MoveToSection | Moves a section. |
RemoveSection | Remove the current section. |
SetPageDirection | Sets the page orientation. |
UpdateFields | Updates all fields. |
WriteCell | Writes the cell. |
WriteHtml | Writes HTML. |
WriteImage | Writes the image. |
WriteLine | Writes a string containing line breaks. |
WriteText | Writes a string without newlines. |