Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.36 KB

PowerPoint.shaperange.hasinkxml.md

File metadata and controls

49 lines (26 loc) · 1.36 KB
title ms.assetid ms.date ms.localizationpriority
ShapeRange.HasInkXML property (PowerPoint)
1a7b7b8b-c0e8-8f62-1015-e99cb590fd50
06/08/2017
medium

ShapeRange.HasInkXML property (PowerPoint)

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

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

Syntax

expression. HasInkXML

expression A variable that represents a ShapeRange object.

Return value

MsoTriState

Remarks

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

Constant Description
msoFalse The specified shape range does not contain ink XML.
msoTrue The specified shape range does not contain ink XML.
msoTriStateMixed The specified shape range contains a mix of msoTrue and msoFalse return values. One or more shapes in the shape range contains ink XML and another shape in the shape range does not contain any ink XML.

See also

ShapeRange Object

MsoTriState ShapeRange.InkXML

[!includeSupport and feedback]