Example #1
0
 public NetOffice.PublisherApi.ColorFormat get_Colors(NetOffice.PublisherApi.Enums.PbSchemeColorIndex colorIndex)
 {
     return(Factory.ExecuteKnownReferencePropertyGet <NetOffice.PublisherApi.ColorFormat>(this, "Colors", NetOffice.PublisherApi.ColorFormat.LateBindingApiWrapperType, colorIndex));
 }
Example #2
0
 public NetOffice.PublisherApi.ColorFormat Colors(NetOffice.PublisherApi.Enums.PbSchemeColorIndex colorIndex)
 {
     return(get_Colors(colorIndex));
 }
Example #3
0
 public virtual NetOffice.PublisherApi.ColorFormat get_Colors(NetOffice.PublisherApi.Enums.PbSchemeColorIndex colorIndex)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.PublisherApi.ColorFormat>(this, "Colors", typeof(NetOffice.PublisherApi.ColorFormat), colorIndex));
 }