bulletAlignment = $bulletAlignment;
}
public function getBulletAlignment()
{
return $this->bulletAlignment;
}
public function setGlyphFormat($glyphFormat)
{
$this->glyphFormat = $glyphFormat;
}
public function getGlyphFormat()
{
return $this->glyphFormat;
}
public function setGlyphSymbol($glyphSymbol)
{
$this->glyphSymbol = $glyphSymbol;
}
public function getGlyphSymbol()
{
return $this->glyphSymbol;
}
public function setGlyphType($glyphType)
{
$this->glyphType = $glyphType;
}
public function getGlyphType()
{
return $this->glyphType;
}
/**
* @param Google_Service_Docs_Dimension
*/
public function setIndentFirstLine(Google_Service_Docs_Dimension $indentFirstLine)
{
$this->indentFirstLine = $indentFirstLine;
}
/**
* @return Google_Service_Docs_Dimension
*/
public function getIndentFirstLine()
{
return $this->indentFirstLine;
}
/**
* @param Google_Service_Docs_Dimension
*/
public function setIndentStart(Google_Service_Docs_Dimension $indentStart)
{
$this->indentStart = $indentStart;
}
/**
* @return Google_Service_Docs_Dimension
*/
public function getIndentStart()
{
return $this->indentStart;
}
public function setStartNumber($startNumber)
{
$this->startNumber = $startNumber;
}
public function getStartNumber()
{
return $this->startNumber;
}
/**
* @param Google_Service_Docs_TextStyle
*/
public function setTextStyle(Google_Service_Docs_TextStyle $textStyle)
{
$this->textStyle = $textStyle;
}
/**
* @return Google_Service_Docs_TextStyle
*/
public function getTextStyle()
{
return $this->textStyle;
}
}