AddPlaceholder()

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

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

System::SharedPtr<IPlaceholder> Aspose::Slides::Shape::AddPlaceholder(System::SharedPtr<IPlaceholder> placeholderToCopyFrom) override

Arguments

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

Return Value

New Shape::get_Placeholder.

See Also