Class AlignmentOptions
Specifies the options of the alignment.
Syntax
public class AlignmentOptions
Fields
PerformStructuralAlignment
Switch to turn structural alignment on or off. If value is not specified, structural alignment is used.
Declaration
public bool? PerformStructuralAlignment
Type
Nullable<Boolean>TmxUserName
The user name to write into the TMX for each TU as the creator user.
Declaration
public string TmxUserName
Type
StringZipTmx
True to zip the resulting TMX file; false to keep the resulting TMX as-is.
Declaration
public bool ZipTmx