NonVisualDrawingProperties.Title Property
title.Represents the attribte in schema: title
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "title")> _
Public Property Title As StringValue
Get
Set
'Применение
Dim instance As NonVisualDrawingProperties
Dim value As StringValue
value = instance.Title
instance.Title = value
[SchemaAttrAttribute(, "title")]
public StringValue Title { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
NonVisualDrawingProperties Class
NonVisualDrawingProperties Members
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace