Class AlignmentOptions
Specifies the options of the alignment.
Inheritance
System.Object
AlignmentOptions
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
System.Nullable<System.Boolean>TmxUserName
The user name to write into the TMX for each TU as the creator user.
Declaration
public string TmxUserName
Type
System.StringZipTmx
True to zip the resulting TMX file; false to keep the resulting TMX as-is.
Declaration
public bool ZipTmx