InlineShape.ConvertToShape Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an inline shape to a free-floating shape and returns a Shape object that represents the new shape.
public:
Microsoft::Office::Interop::Word::Shape ^ ConvertToShape();
public Microsoft.Office.Interop.Word.Shape ConvertToShape ();
abstract member ConvertToShape : unit -> Microsoft.Office.Interop.Word.Shape
Public Function ConvertToShape () As Shape
Returns
Remarks
You must apply the AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single) method to a FreeformBuilder object at least once before you use the ConvertToShape method.