Class DocxFileImportOptions
Inheritance
DocxFileImportOptions
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class DocxFileImportOptions : FileImportOptions
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("cleanTagsAggressively")]
public bool? CleanTagsAggressively { get; set; }
Property Value
|
Edit this page
View Source
ContentSegmentation
Declaration
[JsonProperty("contentSegmentation")]
public bool? ContentSegmentation { get; set; }
Property Value
|
Edit this page
View Source
ImportHiddenSlides
Declaration
[JsonProperty("importHiddenSlides")]
public bool? ImportHiddenSlides { get; set; }
Property Value
|
Edit this page
View Source
ImportNotes
Declaration
[JsonProperty("importNotes")]
public bool? ImportNotes { get; set; }
Property Value
|
Edit this page
View Source
SrxStorageId
Declaration
[JsonProperty("srxStorageId")]
public long? SrxStorageId { get; set; }
Property Value
|
Edit this page
View Source
TranslateHiddenRowsAndColumns
Declaration
[JsonProperty("translateHiddenRowsAndColumns")]
public bool? TranslateHiddenRowsAndColumns { get; set; }
Property Value
|
Edit this page
View Source
TranslateHiddenText
Declaration
[JsonProperty("translateHiddenText")]
public bool? TranslateHiddenText { get; set; }
Property Value
|
Edit this page
View Source
TranslateHyperlinkUrls
Declaration
[JsonProperty("translateHyperlinkUrls")]
public bool? TranslateHyperlinkUrls { get; set; }
Property Value