UiPath Documentation
activities
latest
false
Document Understanding アクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

TableDataPoint Class

TableDataPoint facade in the V1 navigator for a table field, providing access to the table value and methods to clear or initialize the table structure.

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • アセンブリ: UiPath.DocumentProcessing.Contracts
  • Inherits: DataPointFacadeBase

説明

TableDataPoint is a facade for a table field in an extraction result. It wraps a ResultsDataPoint and provides access to the table's TableValue, which exposes rows and cells.

The constructor throws System.ArgumentException if the wrapped data point is not a table field. A TableDataPoint is typically obtained from ExtractionResultHandler.FromTable(...) or from GetTable(...) on ComponentCollectionFacade.

メンバー

コンストラクター

コンストラクター説明
TableDataPoint(ResultsDataPoint dataPoint)Initializes a new instance for a table field. Throws ArgumentException if the field is not of type table.

プロパティ

プロパティ入力説明
ValueTableValueThe table value accessor. Throws InvalidOperationException if the table has no value. Read-only.

メソッド

メソッド戻り値説明
GetValue()TableValueReturns the table value accessor. Throws InvalidOperationException if the table has no value.
Clear()TableDataPointRemoves all values from the table and returns this instance for chaining.
InitializeIfMissing(Field taxonomyField)TableDataPointInitializes an empty table structure (headers and an empty body) from the taxonomy definition when the field has no value, then returns this instance for chaining. Throws ArgumentException if taxonomyField is not a table type.

Inherited members

Field metadata and validator properties (FieldType, FieldId, FieldName, IsMissing, DataVersion, DataSource, OperatorConfirmed, ValidatorNotes, ValidatorNotesInfo) and GetRawDataPoint() are inherited from DataPointFacadeBase. The taxonomyField parameter is a Field taxonomy definition.

  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • プロパティ
  • メソッド
  • Inherited members

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得