SaveAsRangeOnlineRequest class

Request model for SaveAsRangeOnline operation.

Implemented types

Constructors

SaveAsRangeOnlineRequest(ByteData? document, String? rangeStartIdentifier, RangeDocument? documentParameters, {String? rangeEndIdentifier, String? loadEncoding, String? password, String? encryptedPassword})

Properties

document ByteData?
The document.
final
documentParameters RangeDocument?
Parameters of a new document.
final
encryptedPassword String?
Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
final
hashCode int
The hash code for this object.
no setterinherited
loadEncoding String?
Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
final
password String?
Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
final
rangeEndIdentifier String?
The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
final
rangeStartIdentifier String?
The range start identifier. Identifier examples: id0.0.0, page0.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createRequestData(ApiClient _apiClient) Future<ApiRequestData>
override
deserializeResponse(ApiClient _apiClient, Map<String, String> _headers, ByteData? _body) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited