Einhugur Word Plugin for Xojo

Shape.Container Method

Accesses the shape container, if passing true to the create parameter then shape container is created for you if non exists.

Container(
   create as Boolean) as EinhugurWord.ShapeContainer

Parameters

create
If set to true then container is created for you if it does not exist.

Returns

EinhugurWord.ShapeContainer
The requested shape container or nil if shape did not exist and create was set to false.

Remarks

Shape container contains what you put inside of the shape, such as text.

See Also

Shape Class