示例#1
0
        public NetOffice.PowerPointApi.Guide Add(NetOffice.PowerPointApi.Enums.PpGuideOrientation orientation, Single position)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(orientation, position);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.PowerPointApi.Guide newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Guide.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Guide;
            return(newObject);
        }
示例#2
0
 public NetOffice.PowerPointApi.Guide this[Int32 index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.Guide newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Guide.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Guide;
         return(newObject);
     }
 }