GetCustomXmlPartOnlineRequest constructor

GetCustomXmlPartOnlineRequest(
  1. ByteData? document,
  2. int? customXmlPartIndex, {
  3. String? loadEncoding,
  4. String? password,
  5. String? encryptedPassword,
  6. bool? openTypeSupport,
  7. SendDataProgressCallback? sendDataProgressCallback,
  8. ReceiveDataProgressCallback? receiveDataProgressCallback,
})

Implementation

GetCustomXmlPartOnlineRequest(this.document, this.customXmlPartIndex,
    {this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.openTypeSupport,
    this.sendDataProgressCallback,
    this.receiveDataProgressCallback});