![]() |
IXlsDrawingMaterial |
![]() |
interface IXlsDrawingMaterial : IDispatch { [id(1),propget] HRESULT PredefinedMaterial([out, retval]enumPredefinedMaterial* material); [id(1),propput] HRESULT PredefinedMaterial([in]enumPredefinedMaterial material); [id(2),propget] HRESULT TopBevel([out, retval]IXlsDrawingMaterialBevel** topBevel); [id(3),propget] HRESULT BottomBevel([out, retval]IXlsDrawingMaterialBevel** bottomBevel); [id(4),propget] HRESULT DepthColor([out, retval]IXlsColor** color); [id(5),propget] HRESULT ContourColor([out, retval]IXlsColor** color); [id(6),propget] HRESULT DepthSize([out, retval]int* points); [id(6),propput] HRESULT DepthSize([in]int points); [id(7),propget] HRESULT ContourSize([out, retval]int* points); [id(7),propput] HRESULT ContourSize([in]int points); }
HRESULT PredefinedMaterial([out, retval]enumPredefinedMaterial* material);
HRESULT PredefinedMaterial([in]enumPredefinedMaterial material);
HRESULT TopBevel([out, retval]IXlsDrawingMaterialBevel** topBevel);
HRESULT BottomBevel([out, retval]IXlsDrawingMaterialBevel** bottomBevel);
HRESULT DepthColor([out, retval]IXlsColor** color);
HRESULT ContourColor([out, retval]IXlsColor** color);
HRESULT DepthSize([out, retval]int* points);
HRESULT DepthSize([in]int points);
HRESULT ContourSize([out, retval]int* points);
HRESULT ContourSize([in]int points);