DocumentBuilderOptions class

DocumentBuilderOptions class

Allows to specify additional options for the document building process.

Constructors

NameDescription
DocumentBuilderOptions()The default constructor.

Properties

NameDescription
contextTableFormattingTrue if the formatting applied to table content does not affect the formatting of the content that follows it. Default value is true.
designModeCorresponds to Design Mode in Microsoft Word.

See Also