Exemplo n.º 1
0
        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));
        }
Exemplo n.º 2
0
 public void PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     Factory.ExecuteMethod(this, "PresetTextured", presetTexture);
 }
Exemplo n.º 3
0
 public void PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(presetTexture);
     Invoker.Method(this, "PresetTextured", paramsArray);
 }
Exemplo n.º 4
0
 public virtual Int32 PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "PresetTextured", presetTexture));
 }
Exemplo n.º 5
0
 public virtual void PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "PresetTextured", presetTexture);
 }
Exemplo n.º 6
0
 public Int32 PresetTextured(NetOffice.OfficeApi.Enums.MsoPresetTexture presetTexture)
 {
     return(Factory.ExecuteInt32MethodGet(this, "PresetTextured", presetTexture));
 }