Ejemplo n.º 1
0
        public NetOffice.PowerPointApi.Comment Add2(Single left, Single top, string author, string authorInitials, string text, string providerID, string userID)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(left, top, author, authorInitials, text, providerID, userID);
            object   returnItem  = Invoker.MethodReturn(this, "Add2", paramsArray);

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