'Declaration Public Enum FormattingCopyStrategy Inherits System.Enum
public enum FormattingCopyStrategy : System.Enum
'Declaration Public Enum FormattingCopyStrategy Inherits System.Enum
public enum FormattingCopyStrategy : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.FormattingCopyStrategy