Pageflex Document Action API
TextContainerOval Constructor (parent)
Namespaces > Pageflex.Scripting > TextContainerOval > TextContainerOvalNew(IShapeContainer)
Creates a new TextContainerOval document element with the specified parent IShapeContainer.

C# | Visual Basic | Managed C++ |
public TextContainerOval ( IShapeContainer parent )
Public Sub New ( _ parent As IShapeContainer _ )
public: TextContainerOval ( IShapeContainer^ parent )

- parent (IShapeContainer)
- An IShapeContainer object that will be the new TextContainerOval's parent Element.

Creates a new TextContainerOval as the last child of the specified parent, with a default position and size.

Exception | Condition |
---|---|
ArgumentNullException | The value supplied for parent was nullNothingnullptr. |
StaleScriptingObjectException | The specified parent's associated internal object no longer exists. |
InvalidChildElementTypeException | Cannot construct this element as a child of the specified parent. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)