Class TableDocxBilingualExportOptions
Represents options for Table DOCX bilingual export.
Inheritance
System.Object
TableDocxBilingualExportOptions
Syntax
public class TableDocxBilingualExportOptions
Fields
ExportAsSingleTableDocx
A bool value which describes if all the specified documents should be exported into a single Table DOCX file or not.
Declaration
public bool ExportAsSingleTableDocx
Type
System.BooleanExportComment
Export the comment of the segment into a new column.
Declaration
public bool ExportComment
Type
System.BooleanExportITagsFullText
Export the full text of inline tags.
Declaration
public bool ExportITagsFullText
Type
System.BooleanExportLockedSegments
Export locked segments.
Declaration
public bool ExportLockedSegments
Type
System.BooleanExportSegmentStatus
Export the segment status with the match rate (if applicable) to a new column.
Declaration
public bool ExportSegmentStatus
Type
System.BooleanExportTwoTargetColumns
Export two target columns.
Declaration
public bool ExportTwoTargetColumns
Type
System.BooleanFormatTagsWithStyle
Export inline tags with the mqInternal style.
Declaration
public bool FormatTagsWithStyle
Type
System.BooleanSecondTargetColumnEmpty
When exporting two target columns, leave the second column empty; if false, both target columns will contain the target segment.
Declaration
public bool SecondTargetColumnEmpty