ContextNode.ContentType Property
contentType.Represents the attribte in schema: contentType
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "contentType")> _
Public Property ContentType As Int32Value
Get
Set
'Применение
Dim instance As ContextNode
Dim value As Int32Value
value = instance.ContentType
instance.ContentType = value
[SchemaAttrAttribute(, "contentType")]
public Int32Value ContentType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value