Table of Contents

TTMSFNCWXDocxViewerOptions Class

Holds the rendering options applied when a document is displayed in the viewer. Changing a value re-renders the currently loaded document.

API unit family: TMSFNCWXDocxViewer Inherits from: TPersistent

Syntax

TTMSFNCWXDocxViewerOptions = class(TPersistent)

Properties

Name Description
BreakPages When True, the content is split into separate visual pages; when False, it renders as one continuous flow.
IgnoreFonts When True, fonts embedded in or referenced by the document are ignored and default fonts are used instead.
IgnoreHeight When True, the document's page height is ignored so content is not constrained to the original page height.
IgnoreLastRenderedPageBreak When True, the last rendered page break recorded in the document is ignored, avoiding a spurious trailing blank page.
IgnoreWidth When True, the document's page width is ignored so content is not constrained to the original page width.
InDebug When True, additional diagnostic output is produced during rendering to help troubleshoot display problems.
InWrapper When True, the rendered content is enclosed in a wrapper element that scopes its styling.
IsExperimental When True, experimental rendering behavior is enabled. Use with care, as experimental output may change between releases.
RenderChanges When True, tracked changes in the document are rendered as marked revisions.
RenderComments When True, comments contained in the document are rendered.
RenderEndNotes When True, end notes contained in the document are rendered.
RenderFootNotes When True, foot notes contained in the document are rendered.
RenderFooters When True, page footers defined in the document are rendered.
RenderHeaders When True, page headers defined in the document are rendered.
TrimXMLDeclaration When True, the XML declaration is stripped from the document markup before rendering.