OfficeIMO

API Reference

Class

ImportTableStyle

Namespace OfficeIMO.Word

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 required
Path to the source document containing styles to copy.
destinationfilepath System.String required
Path to the destination document that receives the styles.