Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.06 KB

PowerPoint.shape.hasinkxml.md

File metadata and controls

48 lines (25 loc) · 1.06 KB
title ms.assetid ms.date ms.localizationpriority
Shape.HasInkXML property (PowerPoint)
3d985f9b-64e3-8712-fd5f-73d38ca56810
06/08/2017
medium

Shape.HasInkXML property (PowerPoint)

Returns an MsoTriState enumeration value that indicates whether the specified shape contains ink XML that can be retrieved via the Shape.InkXML property. Read-only.

An error is returned if the shape does not contain any ink XML.

Syntax

expression. HasInkXML

expression A variable that represents a Shape object.

Return value

MsoTriState

Remarks

The value of this property can be one of these MsoTriState constants.

Constant Description
msoFalse The specified shape does not contain ink XML.
msoTrue The specified shape contains ink XML.

See also

Shape Object

MsoTriState Shape.InkXML

[!includeSupport and feedback]