backgroundColor = $backgroundColor;
}
/**
* @return Google_Service_Docs_OptionalColor
*/
public function getBackgroundColor()
{
return $this->backgroundColor;
}
/**
* @param Google_Service_Docs_TableCellBorder
*/
public function setBorderBottom(Google_Service_Docs_TableCellBorder $borderBottom)
{
$this->borderBottom = $borderBottom;
}
/**
* @return Google_Service_Docs_TableCellBorder
*/
public function getBorderBottom()
{
return $this->borderBottom;
}
/**
* @param Google_Service_Docs_TableCellBorder
*/
public function setBorderLeft(Google_Service_Docs_TableCellBorder $borderLeft)
{
$this->borderLeft = $borderLeft;
}
/**
* @return Google_Service_Docs_TableCellBorder
*/
public function getBorderLeft()
{
return $this->borderLeft;
}
/**
* @param Google_Service_Docs_TableCellBorder
*/
public function setBorderRight(Google_Service_Docs_TableCellBorder $borderRight)
{
$this->borderRight = $borderRight;
}
/**
* @return Google_Service_Docs_TableCellBorder
*/
public function getBorderRight()
{
return $this->borderRight;
}
/**
* @param Google_Service_Docs_TableCellBorder
*/
public function setBorderTop(Google_Service_Docs_TableCellBorder $borderTop)
{
$this->borderTop = $borderTop;
}
/**
* @return Google_Service_Docs_TableCellBorder
*/
public function getBorderTop()
{
return $this->borderTop;
}
public function setColumnSpan($columnSpan)
{
$this->columnSpan = $columnSpan;
}
public function getColumnSpan()
{
return $this->columnSpan;
}
public function setContentAlignment($contentAlignment)
{
$this->contentAlignment = $contentAlignment;
}
public function getContentAlignment()
{
return $this->contentAlignment;
}
/**
* @param Google_Service_Docs_Dimension
*/
public function setPaddingBottom(Google_Service_Docs_Dimension $paddingBottom)
{
$this->paddingBottom = $paddingBottom;
}
/**
* @return Google_Service_Docs_Dimension
*/
public function getPaddingBottom()
{
return $this->paddingBottom;
}
/**
* @param Google_Service_Docs_Dimension
*/
public function setPaddingLeft(Google_Service_Docs_Dimension $paddingLeft)
{
$this->paddingLeft = $paddingLeft;
}
/**
* @return Google_Service_Docs_Dimension
*/
public function getPaddingLeft()
{
return $this->paddingLeft;
}
/**
* @param Google_Service_Docs_Dimension
*/
public function setPaddingRight(Google_Service_Docs_Dimension $paddingRight)
{
$this->paddingRight = $paddingRight;
}
/**
* @return Google_Service_Docs_Dimension
*/
public function getPaddingRight()
{
return $this->paddingRight;
}
/**
* @param Google_Service_Docs_Dimension
*/
public function setPaddingTop(Google_Service_Docs_Dimension $paddingTop)
{
$this->paddingTop = $paddingTop;
}
/**
* @return Google_Service_Docs_Dimension
*/
public function getPaddingTop()
{
return $this->paddingTop;
}
public function setRowSpan($rowSpan)
{
$this->rowSpan = $rowSpan;
}
public function getRowSpan()
{
return $this->rowSpan;
}
}