Share via


Presentation.SmartTags Property

Smart Tags.Represents the element tag in schema: p:smartTags

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SmartTags As SmartTags
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As SmartTags

value = instance.SmartTags

instance.SmartTags = value
public SmartTags SmartTags { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.SmartTags
Returns SmartTags.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace