Aspose::Words::DocumentBuilderOptions class

DocumentBuilderOptions class

Allows to specify additional options for the document building process.

class DocumentBuilderOptions : public System::Object

Methods

MethodDescription
DocumentBuilderOptions()
get_ContextTableFormatting() constTrue if the formatting applied to table content does not affect the formatting of the content that follows it. Default value is true.
GetType() const override
Is(const System::TypeInfo&) const override
set_ContextTableFormatting(bool)True if the formatting applied to table content does not affect the formatting of the content that follows it. Default value is true.
static Type()

See Also