| Top | Module | Use | Manual | Index |
|  INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS  |
xPage = xDoc.DrawPages(0) for x% = 0 to 200 xShape = xProv.createInstance( "com::sun::star::drawing::LineShape" ) xShape.LineColor = rgb( 255, 0, n%+20 ) xShape.LineWidth = 20 xShape.Position = Point( x%, 2 * x% ) xShape.Size = Size( 300-x%, 20 ) xPage.add( xShape ) next x%
Exported Interfaces |
|
| com::sun::star::drawing::XShapes | |
| com::sun::star::drawing::XShapeGrouper |
|
| com::sun::star::drawing::XShapeCombiner |
|
| com::sun::star::drawing::XShapeBinder |
|
| com::sun::star::container::XNamed |
|
| com::sun::star::lang::XServiceInfo |
|
| com::sun::star::beans::XPropertySet |
|
Properties' Summary |
|
| BorderBottom | This is the border at the bottom. |
| BorderLeft | This is the border at the left. |
| BorderRight | This is the border at the right. |
| BorderTop | This is the border at the top. |
| Height | This is the height. |
| Width | This is the width. |
| Number | This is the number of this page, starting with 1. |
| Orientation | This is the orientation of this page. |
| UserDefinedAttributes | [ OPTIONAL ] this property stores xml attributes. They will be saved to and restored from automatic styles inside xml files. |
Properties' Details |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.