[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.WeakStyleCopier

Class WeakStyleCopier

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

Styles copier. Implements weak strategy when style will be reused if it has same type/similar name. No equality or parent chain will be checked.

public class WeakStyleCopier
Inheritance
object
WeakStyleCopier
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

WeakStyleCopier(IEnumerable<Style>, DocumentBase)

Initializes a new instance of the WeakStyleCopier class.

public WeakStyleCopier(IEnumerable<Style> usedStyles, DocumentBase toDocument)

Parameters

usedStyles System.Collections.Generic.IEnumerable<T><Style>

Styles used in copied range.

toDocument DocumentBase

Destination GcWordDocument.