MsTable class

Classes for storing tables in word documents.

Constructors

MsTable(int seqNo, String tblStyle, String rightFromText, String bottomFromText, String vertAnchor, String tblpY, String tblWidth, String tblWType, String tblLook)

Properties

bottomFromText String
getter/setter pair
colNums int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rightFromText String
getter/setter pair
rows List<MsTableRow>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seqNo int
Table sequence number
getter/setter pair
tblLook String
getter/setter pair
tblpY String
getter/setter pair
tblStyle String
getter/setter pair
tblWidth String
getter/setter pair
tblWType String
getter/setter pair
vertAnchor String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited