目錄 / Table of Contents

Class OdpPlaceholderUpdateResult

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Reports a slide placeholder update operation. 回報投影片預留位置更新作業。

public sealed class OdpPlaceholderUpdateResult
Inheritance
OdpPlaceholderUpdateResult
Inherited Members

Constructors

OdpPlaceholderUpdateResult()

public OdpPlaceholderUpdateResult()

Properties

AmbiguousPlaceholderTypes

Gets placeholder types that matched more than one shape. 取得符合多個圖形的預留位置類型。

public IList<OdfPlaceholderType> AmbiguousPlaceholderTypes { get; }

Property Value

IList<OdfPlaceholderType>

MissingPlaceholderTypes

Gets requested placeholder types that were not present. 取得要求處理但不存在的預留位置類型。

public IList<OdfPlaceholderType> MissingPlaceholderTypes { get; }

Property Value

IList<OdfPlaceholderType>

UpdatedCount

Gets or sets the number of updated placeholders. 取得或設定已更新的預留位置數量。

public int UpdatedCount { get; set; }

Property Value

int