WordprocessingDocument.AddLabelInfoPart メソッド

定義

WordprocessingDocument に LabelInfoPart を追加します。このパーツは Office2021 でのみ使用できます。

public DocumentFormat.OpenXml.Packaging.LabelInfoPart AddLabelInfoPart();
member this.AddLabelInfoPart : unit -> DocumentFormat.OpenXml.Packaging.LabelInfoPart
Public Function AddLabelInfoPart () As LabelInfoPart

返品

新しく追加された LabelInfoPart。

適用対象