Class OdfTemplateBindReport
- Namespace
- OdfKit
- Assembly
- OdfKit.dll
Reports the result of a template binding operation. 回報模板繫結作業的結果。
public sealed class OdfTemplateBindReport
- Inheritance
-
OdfTemplateBindReport
- Inherited Members
Constructors
OdfTemplateBindReport()
public OdfTemplateBindReport()
Properties
ChangedNodeCount
Gets or sets the number of changed cells or paragraphs. 取得或設定已變更的儲存格或段落數量。
public int ChangedNodeCount { get; set; }
Property Value
ExpandedCollections
Gets the collection names expanded during binding. 取得繫結期間已展開的集合名稱。
public IList<string> ExpandedCollections { get; }
Property Value
ExpandedItemCount
Gets or sets the number of expanded collection items. 取得或設定已展開集合項目數量。
public int ExpandedItemCount { get; set; }
Property Value
ImageReplacementCount
Gets or sets the number of image placeholders replaced. 取得或設定已替換的圖片占位符數量。
public int ImageReplacementCount { get; set; }
Property Value
IsComplete
Gets a value indicating whether every placeholder was resolved. 取得是否所有占位符皆已解析。
public bool IsComplete { get; }
Property Value
PlaceholderHits
Gets the number of successful replacements grouped by placeholder expression. 取得依占位符運算式分組的成功替換次數。
public IDictionary<string, int> PlaceholderHits { get; }
Property Value
ReplacementCount
Gets or sets the number of scalar replacements. 取得或設定純量替換數量。
public int ReplacementCount { get; set; }
Property Value
UnresolvedPlaceholderDetails
Gets unresolved placeholders with lightweight location hints. 取得包含輕量位置提示的未解析占位符。
public IList<OdfTemplateUnresolvedPlaceholder> UnresolvedPlaceholderDetails { get; }
Property Value
UnresolvedPlaceholders
Gets unresolved placeholders and collection names. 取得未解析的占位符與集合名稱。
public IList<string> UnresolvedPlaceholders { get; }
Property Value
Warnings
Gets non-fatal binding warnings. 取得非致命的繫結警告。
public IList<string> Warnings { get; }