Home
last modified time | relevance | path

Searched refs:bulletStyle (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DNestingLevel.php28 public function setBulletStyle(TextStyle $bulletStyle) argument
30 $this->bulletStyle = $bulletStyle;
37 return $this->bulletStyle;
H A DBullet.php40 public function setBulletStyle(TextStyle $bulletStyle) argument
42 $this->bulletStyle = $bulletStyle;
49 return $this->bulletStyle;
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupText.js661 …var bulletStyle = mxUtils.getValue(this.style, mxShapeMockupBulletedList.prototype.cst.BULLET_STYL…
672 if (bulletStyle === mxShapeMockupBulletedList.prototype.cst.STYLE_NUM)
676 else if (bulletStyle === mxShapeMockupBulletedList.prototype.cst.STYLE_HYPHEN)
680 else if(bulletStyle === mxShapeMockupBulletedList.prototype.cst.STYLE_DOT)