SmartTagRun.SmartTagProperties Property
Smart Tag Properties.Represents the element tag in schema: w:smartTagPr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property SmartTagProperties As SmartTagProperties
Get
Set
'Usage
Dim instance As SmartTagRun
Dim value As SmartTagProperties
value = instance.SmartTagProperties
instance.SmartTagProperties = value
public SmartTagProperties SmartTagProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.SmartTagProperties