FootnotePosition.Val プロパティ

定義

脚注の位置 Type.Represents の次のスキーマの属性: w:val

[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues> Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues> with get, set
Public Property Val As EnumValue(Of FootnotePositionValues)

プロパティ値

EnumValue<FootnotePositionValues>

返します。 EnumValue<T>

属性

注釈

ECMA 376 の標準の ECMA インターナショナルから次の情報は、このクラスを使用する場合に、役立ちます。

文書内の脚注の位置を指定します。

ドキュメントのテキストの下に脚注を配置するものとを検討してください。 この文書の脚注のプロパティを次のように宣言するものとします。

<w:sectPr>  
  <w:footnotePr>  
    <w:pos w:val="beneathText" />  
  </w:footnotePr>  
  …  
</w:sectPr>  

val属性は、 beneathText、ページのテキストの下にある脚注の位置を指定するためです。

可能なこの属性の値は、ST_FtnPos単純型です。

適用対象