API Reference
Class
ImportTableStyle
Provides helper methods for copying table styles between Word documents.
Inheritance
- Object
- ImportTableStyle
Methods
ImportTableStyles(System.String sourcefilepath, System.String destinationfilepath) #Copies table styles from the sourcefilepath document to the destinationfilepath document.
Parameters
- sourcefilepath System.String
- Path to the source document containing styles to copy.
- destinationfilepath System.String
- Path to the destination document that receives the styles.