class UpdateTableBorderPropertiesRequest extends Model (View source)

Properties

string $borderPosition
string $fields
string $objectId
protected $tableBorderPropertiesType
protected $tableBorderPropertiesDataType
protected $tableRangeType
protected $tableRangeDataType

Methods

setBorderPosition($borderPosition)

No description

string
getBorderPosition()

No description

setFields($fields)

No description

string
getFields()

No description

setObjectId($objectId)

No description

string
getObjectId()

No description

setTableBorderProperties(TableBorderProperties $tableBorderProperties)

No description

setTableRange(TableRange $tableRange)

No description

getTableRange()

No description

Details

setBorderPosition($borderPosition)

No description

Parameters

$borderPosition

string getBorderPosition()

No description

Return Value

string

setFields($fields)

No description

Parameters

$fields

string getFields()

No description

Return Value

string

setObjectId($objectId)

No description

Parameters

$objectId

string getObjectId()

No description

Return Value

string

setTableBorderProperties(TableBorderProperties $tableBorderProperties)

No description

Parameters

TableBorderProperties $tableBorderProperties

TableBorderProperties getTableBorderProperties()

No description

Return Value

TableBorderProperties

setTableRange(TableRange $tableRange)

No description

Parameters

TableRange $tableRange

TableRange getTableRange()

No description

Return Value

TableRange