CreatePortion()
PortionFactory::CreatePortion() method
Creates an empty text portion.
System::SharedPtr<IPortion> Aspose::Slides::PortionFactory::CreatePortion() override
Return Value
PortionFactory::CreatePortion(System::String) method
Creates a text portion from specified string.
System::SharedPtr<IPortion> Aspose::Slides::PortionFactory::CreatePortion(System::String str) override
Arguments
Parameter | Type | Description |
---|---|---|
str | System::String | String. |
Return Value
PortionFactory::CreatePortion(System::SharedPtr<IPortion>) method
Creates a portion with the using of a specified portion data.
System::SharedPtr<IPortion> Aspose::Slides::PortionFactory::CreatePortion(System::SharedPtr<IPortion> portion) override
Arguments
Parameter | Type | Description |
---|---|---|
portion | System::SharedPtr<IPortion> | A portion to use. |
Return Value
See Also
- Typedef SharedPtr
- Class IPortion
- Class PortionFactory
- Class String
- Namespace Aspose::Slides
- Library Aspose.Slides