Поделиться через


FootnotePosition.Val Свойство

Определение

Тип положения сноски

Представляет следующий атрибут в схеме: w:val

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

Значение свойства

Возвращает .EnumValue<T>

Атрибуты

Комментарии

Следующие сведения из международного стандарта ECMA ECMA-376 могут быть полезны при работе с этим классом.

Указывает положение сносок в документе.

Рассмотрим документ, в котором сноски должны располагаться под их текстом. Свойства сноски для этого документа должны объявляться следующим образом:

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

Атрибут val имеет значение beneathText, поэтому положение сносок указывается под текстом страницы.

Возможные значения для этого атрибута определяются простым типом ST_FtnPos .

Применяется к