Class OdfShapeLayoutResult
Reports the outcome of a drawing shape layout operation. 回報繪圖圖形版面配置作業的結果。
public sealed class OdfShapeLayoutResult
- Inheritance
-
OdfShapeLayoutResult
- Inherited Members
Constructors
OdfShapeLayoutResult()
public OdfShapeLayoutResult()
Properties
Diagnostics
Gets missing-shape and invalid-geometry entries as strongly typed diagnostics. 取得找不到圖形與無效幾何資訊的強型別診斷。
public IReadOnlyList<OdfDiagnostic> Diagnostics { get; }
Property Value
InvalidGeometryShapeIds
Gets the identifiers skipped because their geometry was incomplete. 取得因幾何資訊不完整而略過的識別碼。
public IList<string> InvalidGeometryShapeIds { get; }
Property Value
MissingShapeIds
Gets the requested identifiers that were not found. 取得要求處理但找不到的識別碼。
public IList<string> MissingShapeIds { get; }
Property Value
UpdatedCount
Gets the number of shapes whose positions changed. 取得位置已變更的圖形數量。
public int UpdatedCount { get; }
Property Value
UpdatedShapeIds
Gets the identifiers of shapes whose positions changed. 取得位置已變更的圖形識別碼。
public IList<string> UpdatedShapeIds { get; }