Esempio n. 1
0
 public virtual NetOffice.WordApi.BuildingBlockType this[NetOffice.WordApi.Enums.WdBuildingBlockTypes index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.BuildingBlockType>(this, "Item", typeof(NetOffice.WordApi.BuildingBlockType), index));
     }
 }
 public NetOffice.WordApi.BuildingBlockType this[NetOffice.WordApi.Enums.WdBuildingBlockTypes index]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.BuildingBlockType>(this, "Item", NetOffice.WordApi.BuildingBlockType.LateBindingApiWrapperType, index));
     }
 }
        public NetOffice.WordApi.BuildingBlock Add(string name, NetOffice.WordApi.Enums.WdBuildingBlockTypes type, string category, NetOffice.WordApi.Range range, object description)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type, category, range, description);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.WordApi.BuildingBlock newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.BuildingBlock.LateBindingApiWrapperType) as NetOffice.WordApi.BuildingBlock;
            return(newObject);
        }
Esempio n. 4
0
 public NetOffice.WordApi.BuildingBlockType this[NetOffice.WordApi.Enums.WdBuildingBlockTypes index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.WordApi.BuildingBlockType newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.BuildingBlockType.LateBindingApiWrapperType) as NetOffice.WordApi.BuildingBlockType;
         return(newObject);
     }
 }
 public NetOffice.WordApi.BuildingBlock Add(string name, NetOffice.WordApi.Enums.WdBuildingBlockTypes type, string category, NetOffice.WordApi.Range range, object description)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.BuildingBlock>(this, "Add", NetOffice.WordApi.BuildingBlock.LateBindingApiWrapperType, new object[] { name, type, category, range, description }));
 }
Esempio n. 6
0
 public virtual NetOffice.WordApi.BuildingBlock Add(string name, NetOffice.WordApi.Enums.WdBuildingBlockTypes type, string category, NetOffice.WordApi.Range range, object description)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.BuildingBlock>(this, "Add", typeof(NetOffice.WordApi.BuildingBlock), new object[] { name, type, category, range, description }));
 }