265 |
""" |
""" |
266 |
return self.shapestore.ShapeType() |
return self.shapestore.ShapeType() |
267 |
|
|
268 |
|
def RawShapeFormat(self): |
269 |
|
"""Return the raw data format of the shapes. |
270 |
|
|
271 |
|
This method is simply delegated to the shapestore the |
272 |
|
DerivedShapeStore was instantiated with. |
273 |
|
""" |
274 |
|
return self.shapestore.RawShapeFormat() |
275 |
|
|
276 |
def NumShapes(self): |
def NumShapes(self): |
277 |
"""Return the number of shapes in the shapestore.""" |
"""Return the number of shapes in the shapestore.""" |
278 |
return self.shapestore.NumShapes() |
return self.shapestore.NumShapes() |