Methods' Details |
insertNewByIndex
XLayer |
insertNewByIndex( |
[in] long |
nIndex ); |
- Description
- creates a new Layer
- Parameter nIndex
- the index at which the new layer is inserted
- Returns
- the new created Layer
|
|
remove
- Description
- removes a Layer and all Shapes on
this Layer.
- Parameter xLayer
- this Layer will be removed and disposed
|
|
attachShapeToLayer
void |
attachShapeToLayer( |
[in] XShape |
xShape, |
| [in] XLayer |
xLayer ); |
- Description
- attaches a Shape to the given Layer.
- Parameter xShape
- this is the Shape that will be attached to a Layer
- Parameter xLayer
- this is the Layer that will be attached to a Shape
|
|
getLayerForShape
- Description
- queries the Layer that a Shape is attached to
- Parameter xShape
- specifies the Shape for which the layer is requested.
- Returns
- the Layer to which the Shape is
attached.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.