FootnoteEndnoteType.Type Property
Footnote/Endnote Type.Represents the attribte in schema: w:type
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of FootnoteEndnoteValues)
Get
Set
'Usage
Dim instance As FootnoteEndnoteType
Dim value As EnumValue(Of FootnoteEndnoteValues)
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<FootnoteEndnoteValues> Type { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<FootnoteEndnoteValues>