Version

Search Results

EndTable Method (WordDocumentWriter)

Closes a previously opened table. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document or table is currently open.

EndTableCell Method (WordDocumentWriter)

Closes a previously opened cell. Syntax

EndTableRow Method (WordDocumentWriter)

Closes the current table row. Syntax

FinalSectionProperties Property (WordDocumentWriter)

Defines the page-related properties of the document such as size, margins, and orientation. Applies to all content in the document which follows the last explicitly defined section. Syntax Remarks This property defines the pagination for all content within the document which is not explicitly associated with a sec...

Flush Method (WordDocumentWriter)

Flushes the contents of the buffer to the underlying stream. Syntax

FromPixels(Int32,Single) Method

Converts the specified value into the specified unit of measure. Syntax Parameters value A value which represents a number of pixels.dpi The resolution, expressed in dots per inch. Remarks The unit of measure in which the return value is expressed is defined by the value of the Unit property.

FromPixels(Int32,Single,UnitOfMeasurement) Method

Converts the specified value into the specified unit of measure. Syntax Parameters value A value which represents a number of pixels.dpi The resolution, expressed in dots per inch.unit A UnitOfMeasurement constant which defines the units into which the value is to be converted.

FromPixels Method

Converts the specified value into the specified unit of measure. Overload List

NewLineType Property (WordDocumentWriter)

Returns or sets a value which determines the method used to represent a newline in the generated output. Syntax Remarks The newline character(s) can be represented as either a line break or a carriage return. A document consumer may interpret a line break or carriage return differently depending on the circumstanc...

StartDocument Method (WordDocumentWriter)

Starts a word processing document. Syntax