CreatePortion
CreatePortion()
Creates an empty text portion.
public IPortion CreatePortion()
Return Value
Portion.
See Also
- interface IPortion
- interface IPortionFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreatePortion(string)
Creates a text portion from specified string.
public IPortion CreatePortion(string str)
Parameter | Type | Description |
---|---|---|
str | String | String. |
Return Value
Portion.
See Also
- interface IPortion
- interface IPortionFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreatePortion(IPortion)
Creates a portion with the using of a specified portion data.
public IPortion CreatePortion(IPortion portion)
Parameter | Type | Description |
---|---|---|
portion | IPortion | A portion to use. |
Return Value
Portion.
See Also
- interface IPortion
- interface IPortionFactory
- namespace Aspose.Slides
- assembly Aspose.Slides