次の方法で共有


FootnoteEndnoteType.Type プロパティ

定義

脚注/文末脚注の種類

スキーマ内の次の属性を表します: w:type

[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
Public Property Type As EnumValue(Of FootnoteEndnoteValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

現在の脚注または文末脚注のコンテンツ定義に含まれる脚注または文末脚注の種類を指定します。

この属性を省略すると、 型 normalと見なされます。 脚注または文末脚注が 型normalでない場合は、メインドキュメント ストーリー内の または endnoteReference 要素によってfootnoteReference参照されません。

WordprocessingML ドキュメントで定義されている脚注の次の例を次に示します。

<w:footnote w:type="continuationSeparator" w:id="1">  
  <w:p>  
    <w:r>  
      <w:continuationSeparator />  
    </w:r>  
  </w:p>  
</w:footnote>  

この例では、脚注は型continuationSeparatorであり、コンシューマーがメインドキュメントの内容から継続した脚注を分離するために使用する必要があります (詳細については、「単純な型」を参照してください)。

この属性に使用できる値は、単純型によって ST_FtnEdn 定義されます。

適用対象