API Reference
Class
PowerPointTemplatePlaceholderInfo
Template placeholder with its semantic role and authored bounds.
Inheritance
- Object
- PowerPointTemplatePlaceholderInfo
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
Accepted by parameters
Methods
public override String ToString() #Returns:
StringInherited Methods
Properties
public String Name { get; } #Authored placeholder name.
public Nullable<PlaceholderValues> PlaceholderType { get; } #Native PowerPoint placeholder type.
public Nullable<UInt32> PlaceholderIndex { get; } #Native placeholder index.
public PowerPointTemplatePlaceholderRole Role { get; } #Inferred semantic role.
public Nullable<PowerPointLayoutBox> Bounds { get; } #Authored placeholder bounds.
public String DefaultText { get; } #Default text carried by the layout placeholder, when present.