InsertTableOnlineResponse class

Inserts a new table to the document node.

Implemented types

Constructors

InsertTableOnlineResponse()

Properties

document Map<String, ByteData>?
The document after modification.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model TableResponse?
The REST response with a table. This response is returned by the Service when handling "GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}" REST API requests.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deserialize(ApiClient apiClient, Map<String, BodyPartData> _parts) → void
override
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