예제 #1
0
        public NetOffice.PowerPointApi.RGBColor Colors(NetOffice.PowerPointApi.Enums.PpColorSchemeIndex schemeColor)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(schemeColor);
            object   returnItem  = Invoker.MethodReturn(this, "Colors", paramsArray);

            NetOffice.PowerPointApi.RGBColor newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.RGBColor.LateBindingApiWrapperType) as NetOffice.PowerPointApi.RGBColor;
            return(newObject);
        }
예제 #2
0
 public NetOffice.PowerPointApi.RGBColor Colors(NetOffice.PowerPointApi.Enums.PpColorSchemeIndex schemeColor)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.RGBColor>(this, "Colors", NetOffice.PowerPointApi.RGBColor.LateBindingApiWrapperType, schemeColor));
 }
예제 #3
0
 /// <summary>
 /// SupportByVersion PowerPoint 9, 10, 11, 12, 14, 15, 16
 /// </summary>
 /// <remarks> MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/office/ff745920.aspx </remarks>
 /// <param name="schemeColor">NetOffice.PowerPointApi.Enums.PpColorSchemeIndex schemeColor</param>		[SupportByVersion("PowerPoint", 9,10,11,12,14,15,16)]
 public NetOffice.PowerPointApi.RGBColor Colors(NetOffice.PowerPointApi.Enums.PpColorSchemeIndex schemeColor)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.RGBColor>(this, "Colors", typeof(NetOffice.PowerPointApi.RGBColor), schemeColor));
 }
예제 #4
0
        public NetOffice.PowerPointApi.Effect ConvertToAfterEffect(NetOffice.PowerPointApi.Effect effect, NetOffice.PowerPointApi.Enums.MsoAnimAfterEffect after, Int32 dimColor, NetOffice.PowerPointApi.Enums.PpColorSchemeIndex dimSchemeColor)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(effect, after, dimColor, dimSchemeColor);
            object   returnItem  = Invoker.MethodReturn(this, "ConvertToAfterEffect", paramsArray);

            NetOffice.PowerPointApi.Effect newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Effect.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Effect;
            return(newObject);
        }