Class DocxFileFormatSettings
Inheritance
System.Object
DocxFileFormatSettings
Assembly: Crowdin.Api.dll
public class DocxFileFormatSettings : FileFormatSettings
Properties
|
Improve this Doc
View Source
Declaration
public bool? CleanTagsAggressively { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ContentSegmentation
Declaration
public bool? ContentSegmentation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? ImportHiddenSlides { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? ImportNotes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public int? SrxStorageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public bool? TranslateHiddenRowsAndColumns { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TranslateHiddenText
Declaration
public bool? TranslateHiddenText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? TranslateHyperlinkUrls { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|