ApplyStyleToDocumentElementOnlineRequest constructor

ApplyStyleToDocumentElementOnlineRequest(
  1. ByteData? document,
  2. String? styledNodePath,
  3. StyleApply? styleApply, {
  4. String? loadEncoding,
  5. String? password,
  6. String? encryptedPassword,
  7. String? destFileName,
  8. String? revisionAuthor,
  9. String? revisionDateTime,
})

Implementation

ApplyStyleToDocumentElementOnlineRequest(
    this.document, this.styledNodePath, this.styleApply,
    {this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime});