body = $body;
}
/**
* @return Google_Service_Docs_Body
*/
public function getBody()
{
return $this->body;
}
public function setDocumentId($documentId)
{
$this->documentId = $documentId;
}
public function getDocumentId()
{
return $this->documentId;
}
/**
* @param Google_Service_Docs_DocumentStyle
*/
public function setDocumentStyle(Google_Service_Docs_DocumentStyle $documentStyle)
{
$this->documentStyle = $documentStyle;
}
/**
* @return Google_Service_Docs_DocumentStyle
*/
public function getDocumentStyle()
{
return $this->documentStyle;
}
/**
* @param Google_Service_Docs_Footer[]
*/
public function setFooters($footers)
{
$this->footers = $footers;
}
/**
* @return Google_Service_Docs_Footer[]
*/
public function getFooters()
{
return $this->footers;
}
/**
* @param Google_Service_Docs_Footnote[]
*/
public function setFootnotes($footnotes)
{
$this->footnotes = $footnotes;
}
/**
* @return Google_Service_Docs_Footnote[]
*/
public function getFootnotes()
{
return $this->footnotes;
}
/**
* @param Google_Service_Docs_Header[]
*/
public function setHeaders($headers)
{
$this->headers = $headers;
}
/**
* @return Google_Service_Docs_Header[]
*/
public function getHeaders()
{
return $this->headers;
}
/**
* @param Google_Service_Docs_InlineObject[]
*/
public function setInlineObjects($inlineObjects)
{
$this->inlineObjects = $inlineObjects;
}
/**
* @return Google_Service_Docs_InlineObject[]
*/
public function getInlineObjects()
{
return $this->inlineObjects;
}
/**
* @param Google_Service_Docs_DocsList[]
*/
public function setLists($lists)
{
$this->lists = $lists;
}
/**
* @return Google_Service_Docs_DocsList[]
*/
public function getLists()
{
return $this->lists;
}
/**
* @param Google_Service_Docs_NamedRanges[]
*/
public function setNamedRanges($namedRanges)
{
$this->namedRanges = $namedRanges;
}
/**
* @return Google_Service_Docs_NamedRanges[]
*/
public function getNamedRanges()
{
return $this->namedRanges;
}
/**
* @param Google_Service_Docs_NamedStyles
*/
public function setNamedStyles(Google_Service_Docs_NamedStyles $namedStyles)
{
$this->namedStyles = $namedStyles;
}
/**
* @return Google_Service_Docs_NamedStyles
*/
public function getNamedStyles()
{
return $this->namedStyles;
}
/**
* @param Google_Service_Docs_PositionedObject[]
*/
public function setPositionedObjects($positionedObjects)
{
$this->positionedObjects = $positionedObjects;
}
/**
* @return Google_Service_Docs_PositionedObject[]
*/
public function getPositionedObjects()
{
return $this->positionedObjects;
}
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
}
public function getRevisionId()
{
return $this->revisionId;
}
/**
* @param Google_Service_Docs_SuggestedDocumentStyle[]
*/
public function setSuggestedDocumentStyleChanges($suggestedDocumentStyleChanges)
{
$this->suggestedDocumentStyleChanges = $suggestedDocumentStyleChanges;
}
/**
* @return Google_Service_Docs_SuggestedDocumentStyle[]
*/
public function getSuggestedDocumentStyleChanges()
{
return $this->suggestedDocumentStyleChanges;
}
/**
* @param Google_Service_Docs_SuggestedNamedStyles[]
*/
public function setSuggestedNamedStylesChanges($suggestedNamedStylesChanges)
{
$this->suggestedNamedStylesChanges = $suggestedNamedStylesChanges;
}
/**
* @return Google_Service_Docs_SuggestedNamedStyles[]
*/
public function getSuggestedNamedStylesChanges()
{
return $this->suggestedNamedStylesChanges;
}
public function setSuggestionsViewMode($suggestionsViewMode)
{
$this->suggestionsViewMode = $suggestionsViewMode;
}
public function getSuggestionsViewMode()
{
return $this->suggestionsViewMode;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}