GetCustomXmlPartOnlineRequest constructor
GetCustomXmlPartOnlineRequest(
- ByteData? document,
- int? customXmlPartIndex, {
- String? loadEncoding,
- String? password,
- String? encryptedPassword,
- bool? openTypeSupport,
- SendDataProgressCallback? sendDataProgressCallback,
- ReceiveDataProgressCallback? receiveDataProgressCallback,
Implementation
GetCustomXmlPartOnlineRequest(this.document, this.customXmlPartIndex,
{this.loadEncoding,
this.password,
this.encryptedPassword,
this.openTypeSupport,
this.sendDataProgressCallback,
this.receiveDataProgressCallback});