Specifies data to be omitted when the document is saved.
Introduced: X16.
public OmittedContent OmittedContent { get; set; }
Public Property OmittedContent() As OmittedContent
Member | Description |
---|---|
None | Nothing is omitted. |
Editable |
Editable regions are omitted. Only the region marker are omitted, the text and formatting attributes belonging to the editable region are saved. |
Sub |
Subtextparts are omitted. Only the subtextpart is omitted, the text and formatting attributes belonging to the subtextpart are saved. |
Sections | Section data is omitted. |
Tables |
Tables of contents are omitted. Only the data is omitted, the text and formatting attributes are saved. |
Text |
All kind of text fields are omitted. |
Tracked |
Tracked changes are omitted. Only the markup is omitted, the text and formatting attributes belonging to the tracked change are saved. |