次の方法で共有


Header.HeaderPart Property

Gets the HeaderPart associated with this element.

Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Property HeaderPart As HeaderPart
    Get
    Friend Set
'使用
Dim instance As Header
Dim value As HeaderPart

value = instance.HeaderPart
public HeaderPart HeaderPart { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.HeaderPart
Returns HeaderPart.

See Also

Reference

Header Class

Header Members

DocumentFormat.OpenXml.Wordprocessing Namespace