class CreateParagraphBulletsRequest extends Model (View source)

Properties

string $bulletPreset
protected $cellLocationType
protected $cellLocationDataType
string $objectId
protected $textRangeType
protected $textRangeDataType

Methods

setBulletPreset($bulletPreset)

No description

string
getBulletPreset()

No description

setCellLocation(TableCellLocation $cellLocation)

No description

setObjectId($objectId)

No description

string
getObjectId()

No description

setTextRange(Range $textRange)

No description

getTextRange()

No description

Details

setBulletPreset($bulletPreset)

No description

Parameters

$bulletPreset

string getBulletPreset()

No description

Return Value

string

setCellLocation(TableCellLocation $cellLocation)

No description

Parameters

TableCellLocation $cellLocation

TableCellLocation getCellLocation()

No description

Return Value

TableCellLocation

setObjectId($objectId)

No description

Parameters

$objectId

string getObjectId()

No description

Return Value

string

setTextRange(Range $textRange)

No description

Parameters

Range $textRange

Range getTextRange()

No description

Return Value

Range