autoText = $autoText;
}
/**
* @return Google_Service_Docs_AutoText
*/
public function getAutoText()
{
return $this->autoText;
}
/**
* @param Google_Service_Docs_ColumnBreak
*/
public function setColumnBreak(Google_Service_Docs_ColumnBreak $columnBreak)
{
$this->columnBreak = $columnBreak;
}
/**
* @return Google_Service_Docs_ColumnBreak
*/
public function getColumnBreak()
{
return $this->columnBreak;
}
public function setEndIndex($endIndex)
{
$this->endIndex = $endIndex;
}
public function getEndIndex()
{
return $this->endIndex;
}
/**
* @param Google_Service_Docs_Equation
*/
public function setEquation(Google_Service_Docs_Equation $equation)
{
$this->equation = $equation;
}
/**
* @return Google_Service_Docs_Equation
*/
public function getEquation()
{
return $this->equation;
}
/**
* @param Google_Service_Docs_FootnoteReference
*/
public function setFootnoteReference(Google_Service_Docs_FootnoteReference $footnoteReference)
{
$this->footnoteReference = $footnoteReference;
}
/**
* @return Google_Service_Docs_FootnoteReference
*/
public function getFootnoteReference()
{
return $this->footnoteReference;
}
/**
* @param Google_Service_Docs_HorizontalRule
*/
public function setHorizontalRule(Google_Service_Docs_HorizontalRule $horizontalRule)
{
$this->horizontalRule = $horizontalRule;
}
/**
* @return Google_Service_Docs_HorizontalRule
*/
public function getHorizontalRule()
{
return $this->horizontalRule;
}
/**
* @param Google_Service_Docs_InlineObjectElement
*/
public function setInlineObjectElement(Google_Service_Docs_InlineObjectElement $inlineObjectElement)
{
$this->inlineObjectElement = $inlineObjectElement;
}
/**
* @return Google_Service_Docs_InlineObjectElement
*/
public function getInlineObjectElement()
{
return $this->inlineObjectElement;
}
/**
* @param Google_Service_Docs_PageBreak
*/
public function setPageBreak(Google_Service_Docs_PageBreak $pageBreak)
{
$this->pageBreak = $pageBreak;
}
/**
* @return Google_Service_Docs_PageBreak
*/
public function getPageBreak()
{
return $this->pageBreak;
}
/**
* @param Google_Service_Docs_Person
*/
public function setPerson(Google_Service_Docs_Person $person)
{
$this->person = $person;
}
/**
* @return Google_Service_Docs_Person
*/
public function getPerson()
{
return $this->person;
}
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
public function getStartIndex()
{
return $this->startIndex;
}
/**
* @param Google_Service_Docs_TextRun
*/
public function setTextRun(Google_Service_Docs_TextRun $textRun)
{
$this->textRun = $textRun;
}
/**
* @return Google_Service_Docs_TextRun
*/
public function getTextRun()
{
return $this->textRun;
}
}