IsCanvas class

Office 2013 and later

Defines the IsCanvas Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:isCanvas.

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.8 isCanvas

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Element type:CT_IsGvmlCanvas

An extension list child element of:grpSp (Group shape) as specified in [ISO/IEC-29500-1] section 20.1.2.2.20

(For more details, see [ISO/IEC-29500-1] section 10.1.2.)

Extension list URI attribute: {42C33886-CC25-47f2-ACA8-312CCD89CECE}

The val attribute of this element MUST be set to TRUE if the containing grpSp is a GVML representation of a drawing canvas from a word processing application.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="isCanvas" type="CT_IsGvmlCanvas"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.48 CT_IsGvmlCanvas

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: isCanvas

Defines a property with a Boolean value. This property determines whether the container of an instance of this complex type is a GVML representation of a drawing canvas used in a word processing application.

Attributes:

val: A Boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the container instance of the complex type having this attribute is a GVML representation of a drawing canvas used in a word processing application.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_IsGvmlCanvas">

<xsd:attribute name="val" type="xsd:boolean" use="required"/>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: