Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FormattingCopyStrategy Enumeration

In This Topic
    FormattingCopyStrategy Enumeration
    In This Topic
    Defines how formatting (style or direct) is handled when copying objects.
    Syntax
    'Declaration
     
    Public Enum FormattingCopyStrategy 
       Inherits System.Enum
    public enum FormattingCopyStrategy : System.Enum 
    Members
    MemberDescription
    Clear Clear any applied style or direct formatting.
    Copy 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 Copy styles from the source document unless an identical style that also has the same id exists in the destination document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.FormattingCopyStrategy

    See Also