Skip to main content

IWordWriter interface

Namespace: NextDesign.Desktop.DocumentGenerator.Word

Description

A Writer for the Word format of the document.

Affiliation area

NameDescription
Document GenerationAPIs to access document generation.

Inherit Base

NameDescription
IDocumentWriterThe writer of the document.

Property

NameDescription
CellFormatGets the current cell format.
CurrentSectionIndexGets the index of the current section.
FontGets the current font.
ListFormatGets the current list format.
ParagraphGets the current paragraph format.
RowFormatGets the current table row format.

Method

NameDescription
CreateTableStart writing the table.
EndRowEnds writing the table row.
EndTableFinish writing the table.
InsertDocumentImports another Word document.
InsertFieldAdds a field.
InsertPageBreakInserts a page break.
InsertParagraphBreakAdds a paragraph.
InsertSectionBreakNewPageInserts a section break.
InsertVerticalSpaceInserts vertical space.
MoveToDocumentEndMove to the end of the document.
MoveToFooterMove to footer.
MoveToHeaderMove to header.
MoveToSectionMoves a section.
RemoveSectionRemove the current section.
SetPageDirectionSets the page orientation.
UpdateFieldsUpdates all fields.
WriteCellWrites the cell.
WriteHtmlWrites HTML.
WriteImageWrites the image.
WriteLineWrites a string containing line breaks.
WriteTextWrites a string without newlines.