public Int32 PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(presetTexture);
            object   returnItem  = Invoker.MethodReturn(this, "PresetTextured", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
 public void PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     Factory.ExecuteMethod(this, "PresetTextured", presetTexture);
 }
 public void PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(presetTexture);
     Invoker.Method(this, "PresetTextured", paramsArray);
 }
Example #4
0
 public virtual Int32 PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "PresetTextured", presetTexture));
 }
Example #5
0
 public virtual void PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "PresetTextured", presetTexture);
 }
 public Int32 PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     return(Factory.ExecuteInt32MethodGet(this, "PresetTextured", presetTexture));
 }