![]() |
IXlsDrawingReflection |
![]() |
interface IXlsDrawingReflection : IDispatch { [id(1),propget] HRESULT PredefinedReflection([out, retval]enumPredefinedReflection* predeffect); [id(1),propput] HRESULT PredefinedReflection([in]enumPredefinedReflection predeffect); [id(2),propget] HRESULT Alpha([out, retval]int* percent); [id(2),propput] HRESULT Alpha([in]int percent); [id(3),propget] HRESULT Strength([out, retval]int* strength); [id(3),propput] HRESULT Strength([in]int strength); [id(4),propget] HRESULT ReflectionSize([out, retval]int* percent); [id(4),propput] HRESULT ReflectionSize([in]int percent); [id(5),propget] HRESULT Distance([out, retval]int* points); [id(5),propput] HRESULT Distance([in]int points); }
HRESULT PredefinedReflection([out, retval]enumPredefinedReflection* predeffect);
HRESULT PredefinedReflection([in]enumPredefinedReflection predeffect);
HRESULT Alpha([out, retval]int* percent);
HRESULT Alpha([in]int percent);
HRESULT Strength([out, retval]int* strength);
HRESULT Strength([in]int strength);
HRESULT ReflectionSize([out, retval]int* percent);
HRESULT ReflectionSize([in]int percent);
HRESULT Distance([out, retval]int* points);
HRESULT Distance([in]int points);