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