CleanupOptions

CleanupOptions

Overview

CleanupOptions is a class in Aspose.Words FOSS for .NET.

Allows to specify options for document cleaning.

Properties: DuplicateStyle, UnusedBuiltinStyles, UnusedLists, UnusedStyles.

Properties

NameTypeAccessDescription
UnusedStylesboolRead/WriteSpecifies whether unused styles should be removed from document.
UnusedListsboolRead/WriteSpecifies whether unused list and list definitions should be removed from document.
DuplicateStyleboolRead/WriteGets/sets a flag indicating whether duplicate styles should be removed from document.
UnusedBuiltinStylesboolRead/WriteSpecifies that unused BuiltIn styles should be removed from document.

See Also