class UpdateParagraphStyleRequest extends Model (View source)

Properties

protected $cellLocationType
protected $cellLocationDataType
string $fields
string $objectId
protected $styleType
protected $styleDataType
protected $textRangeType
protected $textRangeDataType

Methods

setCellLocation(TableCellLocation $cellLocation)

No description

setFields($fields)

No description

string
getFields()

No description

setObjectId($objectId)

No description

string
getObjectId()

No description

setStyle(ParagraphStyle $style)

No description

getStyle()

No description

setTextRange(Range $textRange)

No description

getTextRange()

No description

Details

setCellLocation(TableCellLocation $cellLocation)

No description

Parameters

TableCellLocation $cellLocation

TableCellLocation getCellLocation()

No description

Return Value

TableCellLocation

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

setStyle(ParagraphStyle $style)

No description

Parameters

ParagraphStyle $style

ParagraphStyle getStyle()

No description

Return Value

ParagraphStyle

setTextRange(Range $textRange)

No description

Parameters

Range $textRange

Range getTextRange()

No description

Return Value

Range