InsertOrUpdateParagraphTabStopOnlineRequest constructor

InsertOrUpdateParagraphTabStopOnlineRequest(
  1. ByteData? document,
  2. TabStopInsert? tabStopInsertDto,
  3. int? index, {
  4. String? nodePath,
  5. String? loadEncoding,
  6. String? password,
  7. String? encryptedPassword,
  8. String? destFileName,
})

Implementation

InsertOrUpdateParagraphTabStopOnlineRequest(
    this.document, this.tabStopInsertDto, this.index,
    {this.nodePath,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName});