Class UpdateWithTableDocxOptions
Options of performing an update of a document in memoQ with a Table DOCX file.
Inheritance
System.Object
UpdateWithTableDocxOptions
Syntax
public class UpdateWithTableDocxOptions
Fields
DoNotUpdateIfSourceIsDifferent
Compare the source segment in the document and in the docx file and do not update if they do not match.
Declaration
public bool DoNotUpdateIfSourceIsDifferent
Type
System.BooleanImportEditsAsTrackedChanges
Import edits with tracked change markers.
Declaration
public bool ImportEditsAsTrackedChanges
Type
System.BooleanTagsMustHaveMqInternalStyle
Tags in the Table DOCX file should have mqInternal style.
Declaration
public bool TagsMustHaveMqInternalStyle