You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Option to control how many levels in depth to perform conversion Default: 1
244
244
* @return depth
245
245
**/
246
-
@ApiModelProperty(required = true, value = "Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.Depth Default: 1")
246
+
@ApiModelProperty(required = true, value = "Option to control how many levels in depth to perform conversion Default: 1")
247
247
publicIntegergetDepth() {
248
248
returndepth;
249
249
}
@@ -258,10 +258,10 @@ public PresentationLoadOptions convertOwned(Boolean convertOwned) {
258
258
}
259
259
260
260
/**
261
-
* Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwned Default is false
261
+
* Option to control whether the owned documents in the documents container must be converted
262
262
* @return convertOwned
263
263
**/
264
-
@ApiModelProperty(required = true, value = "Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwned Default is false")
264
+
@ApiModelProperty(required = true, value = "Option to control whether the owned documents in the documents container must be converted")
265
265
publicBooleangetConvertOwned() {
266
266
returnconvertOwned;
267
267
}
@@ -276,10 +276,10 @@ public PresentationLoadOptions convertOwner(Boolean convertOwner) {
276
276
}
277
277
278
278
/**
279
-
* Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwner Default is true
279
+
* Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true
280
280
* @return convertOwner
281
281
**/
282
-
@ApiModelProperty(required = true, value = "Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwner Default is true")
282
+
@ApiModelProperty(required = true, value = "Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true")
0 commit comments