AddPlaceholder()

IShape::AddPlaceholder(System::SharedPtr<IPlaceholder>) method

Adds a new placeholder if there is no and sets placeholder properties to a specified one.

virtual System::SharedPtr<IPlaceholder> Aspose::Slides::IShape::AddPlaceholder(System::SharedPtr<IPlaceholder> placeholderToCopyFrom)=0

Arguments

ParameterTypeDescription
placeholderToCopyFromSystem::SharedPtr<IPlaceholder>Placeholder to copy content from.

Return Value

New IPlaceholder.

See Also