Home
last modified time | relevance | path

Searched defs:shapeType (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DCreateShapeRequest.php31 public $shapeType; variable in Google\\Service\\Slides\\CreateShapeRequest
64 public function setShapeType($shapeType)
DShape.php29 public $shapeType; variable in Google\\Service\\Slides\\Shape
64 public function setShapeType($shapeType)
DPageElement.php36 protected $shapeType = Shape::class; variable in Google\\Service\\Slides\\PageElement
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DGeoShapeProvided.php46 …public function __construct(string $path, array $coordinates, string $shapeType = self::TYPE_ENVEL…