次の方法で共有


FooterPart.ImageParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Gets the ImageParts of the FooterPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

構文

'宣言
Public ReadOnly Property ImageParts As IEnumerable(Of ImagePart)
'使用
Dim instance As FooterPart
Dim value As IEnumerable(Of ImagePart)

value = instance.ImageParts
public IEnumerable<ImagePart> ImageParts { get; }

参照

リファレンス

FooterPart Class
FooterPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace