columnProperties = $columnProperties; } /** * @return Google_Service_Docs_SectionColumnProperties */ public function getColumnProperties() { return $this->columnProperties; } public function setColumnSeparatorStyle($columnSeparatorStyle) { $this->columnSeparatorStyle = $columnSeparatorStyle; } public function getColumnSeparatorStyle() { return $this->columnSeparatorStyle; } public function setContentDirection($contentDirection) { $this->contentDirection = $contentDirection; } public function getContentDirection() { return $this->contentDirection; } }