MsTable constructor

MsTable(
  1. int seqNo,
  2. String tblStyle,
  3. String rightFromText,
  4. String bottomFromText,
  5. String vertAnchor,
  6. String tblpY,
  7. String tblWidth,
  8. String tblWType,
  9. String tblLook,
)

Implementation

MsTable(
    this.seqNo, this.tblStyle, this.rightFromText, this.bottomFromText, this.vertAnchor, this.tblpY, this.tblWidth, this.tblWType, this.tblLook);