FootnotePosition.Val Property
Footnote Position Type.Represents the attribte in schema: w:val
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of FootnotePositionValues)
Get
Set
'Usage
Dim instance As FootnotePosition
Dim value As EnumValue(Of FootnotePositionValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<FootnotePositionValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<FootnotePositionValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the position of footnotes in the document.
Consider a document in which footnotes shall be positioned beneath their text. The footnote properties for this document shall be declared as follows:
<w:sectPr>
<w:footnotePr>
<w:pos w:val="beneathText" />
</w:footnotePr>
…
</w:sectPr>
The val attribute is beneathText, therefore the position of footnotes is specified to be beneath the page's text.
The possible values for this attribute are defined by the ST_FtnPos simple type.