API Reference
Class
PowerPointLogoItem
A logo, partner, product, or certification mark for a logo wall.
Inheritance
- Object
- PowerPointLogoItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointCapabilitySlideOptions.Logos
- Property PowerPointLogoWallPlanSlide.Logos
Accepted by parameters
- Method PowerPointDeckComposer.AddLogoWallSlide
- Method PowerPointDeckPlan.AddLogoWall
- Method PowerPointDesignExtensions.AddDesignerLogoWallSlide
- Constructor PowerPointLogoWallPlanSlide.PowerPointLogoWallPlanSlide
- Extension method PowerPointPresentation.AddDesignerLogoWallSlide
- Method PowerPointSlideComposer.AddLogoWall
Constructors
public PowerPointLogoItem(String name, String subtitle = null, String imagePath = null, String accentColor = null) #Creates a logo wall item. When ImagePath is omitted, the name is rendered as editable text.
Parameters
- name System.String
- subtitle System.String = null
- imagePath System.String = null
- accentColor System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object