[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormattingCopyStrategy

Enum FormattingCopyStrategy

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Defines how formatting (style or direct) is handled when copying objects.

public enum FormattingCopyStrategy

Fields

Clear = 0

Clear any applied style or direct formatting.

Copy = 1

If a style with the same id and type exists in the destination document, it is used. If there is no such style, or the type of the style does not match the source, a new style is created.

KeepSource = 2

Copy styles from the source document unless an identical style that also has the same id exists in the destination document.