UiPath Documentation
activities
latest
false
Atividades do Document Understanding
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

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.

Definição

  • Espaço de nomes: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Montagem: UiPath.DocumentProcessing.Contracts
  • Inherits: DataPointFacadeBase

Description

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.

Membros

Construtores

ConstrutorDescription
TableDataPoint(ResultsDataPoint dataPoint)Initializes a new instance for a table field. Throws ArgumentException if the field is not of type table.

Propriedades

PropriedadeTipoDescription
ValueTableValueThe table value accessor. Throws InvalidOperationException if the table has no value. Read-only.

Métodos

MétodoRetornaDescription
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.

  • Definição
  • Description
  • Membros
  • Construtores
  • Propriedades
  • Métodos
  • Inherited members

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades