Theme.ExtensionList Property

ExtensionList.Represents the element tag in schema: a:extLst

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

Syntax

'Declaration
Public Property ExtensionList As ExtensionList
    Get
    Set
'Usage
Dim instance As Theme
Dim value As ExtensionList

value = instance.ExtensionList

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ExtensionList
Returns ExtensionList.

See Also

Reference

Theme Class

Theme Members

DocumentFormat.OpenXml.Drawing Namespace