Class DocxFileImportOptions
Inheritance
System.Object
DocxFileImportOptions
Assembly: Crowdin.Api.dll
Syntax
public class DocxFileImportOptions : FileImportOptions
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
ImportHiddenSlides
Declaration
public bool? ImportHiddenSlides { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ImportNotes
Declaration
public bool? ImportNotes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
SrxStorageId
Declaration
public int? SrxStorageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
TranslateHiddenRowsAndColumns
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
TranslateHyperlinkUrls
Declaration
public bool? TranslateHyperlinkUrls { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|