Closes a previously opened table. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document or table is currently open.
Closes a previously opened cell. Syntax
Closes the current table row. Syntax
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...
Flushes the contents of the buffer to the underlying stream. Syntax
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.
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.
Converts the specified value into the specified unit of measure. Overload List
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...
Starts a word processing document. Syntax