Click or drag to resize

Document CloneThemesTo Method

Clones the current document theme style to the destination document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void CloneThemesTo(
	Document destDoc
)

Parameters

destDoc
Type: Spire.Doc Document
The destination document.
See Also