Jump to main content
  Brainware Intelligent Capture Scripting
Brainware Intelligent Capture Scripting
 Foundation 23.1
  • Documentation Notice
  • About Scripting
  • ScriptModule Events
  • Cedar DocClass Event Interface
  • Cedar [FieldName] Event Interface
  • Working with Workdoc Objects (SCBCdrWKDOCLib)
  • SCBCdrPROJLib
  • Working with the Associative Search Engine (CDRADSLib)
  • Working with the Check Analysis Engine (SCBCdrParaCheckLib)
  • Working with the Format Analysis Engine (SCBCdrFormatEngine)
  • Working with Format Settings (SCBCdrFormatSettings)
  • Working with Batches (SCBCdrBATCHLib)
  • Comparing Strings (SCBCdrSTRCOMPLib)
  • Working with Images (SCBCroIMGLib)
  • Working with CI Documents (SCBCroCiDocLib)
  • Working with Cairo Projects (SCBCroPROJLib)
  • Working with Collections (SCBCroCollLib)
  • Working with Worktext Objects (SCBCroWorktextLib)
  • Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
  • Printing Documents (SCBCroPrintLib)
  • Error Handling
  • Troubleshooting Scripting Issues
  • Encryption
  1. Home
  2. Working with Workdoc Objects (SCBCdrWKDOCLib)
  3. SCBCdrTable

    The Cedar table object represents a logical table in a document assigned to a Cedar field of a workdoc.

  4. SCBCdrTable Methods

    The SCBCdrField object provides the following methods and properties.

  • Documentation Notice
  • About Scripting
  • ScriptModule Events
  • Cedar DocClass Event Interface
  • Cedar [FieldName] Event Interface
  • Working with Workdoc Objects (SCBCdrWKDOCLib)
    • SCBCdrWKDOCLib Type Definitions

      The SCBCdrWKDOCLib object provides the following type definitions.

    • SCBCdrCandidate

      Cedar candidates are generated during the analysis step and are representing possible results of a field.

    • SCBCdrDocPage

      The SCBCdrDocPage object represents a single DocPage within a workdoc.

    • SCBCdrEmailProperties

      When importing a MSG file into a workdoc, the most important properties of the email are stored in the workdoc and available in the custom script through the "ISCBCdrEmailProperties" interface that can be queried from the SCBCdrWorkdoc interface.

    • SCBCdrField

      This object contains the evaluated data to extract from the document.

    • SCBCdrFields

      This is a collection of all field objects contained in the current WorkDoc object.

    • SCBCdrFolder

      A folder can represent an array of workdocs within a batch. A folder can contain one or more workdocs. During classification and extraction, you can access all workdocs of the same folder from within a script.

    • SCBCdrTable

      The Cedar table object represents a logical table in a document assigned to a Cedar field of a workdoc.

      • SCBCdrTable Methods

        The SCBCdrField object provides the following methods and properties.

        • AddColumn

          This method adds a new column to a table and returns the zero-based index of the new column.

        • AddRow

          This method adds a new row to a table and returns the zero-based index of the new row.

        • AddUMColumn

          This method adds a new unmapped column to a table and returns the index of the new unmapped column.

        • AppendRows

          This method appends new rows over the specified range within the document.

        • Clear

          This method clears the content of the table. It removes all columns and all rows and resets all table attributes.

        • ClearColumn

          This method clears the content of an existing column.

        • ClearRow

          This method clears the content of an existing row.

        • ClearUMColumn

          This method clears the content of an unmapped column.

        • DeleteColumn

          This method deletes a column specified by its name or by index.

        • DeleteRow

          This method deletes a row specified by an index.

        • DeleteUMColumn

          This method deletes an unmapped column specified by index.

        • FillColumn

          This method fills the column with Words of specified area. If the table is empty, each text line is assigned to a table row. Otherwise the existing row segmentation is used.

        • InsertColumn

          This method inserts a new column after specified ColumnIndex.

        • InsertRow

          This method inserts a new row after the specified RowIndex.

        • InsertUMColumn

          This method inserts a new, unmapped column.

        • MapColumn

          This maps unmapped column. It transfers the content of an unmapped source column to a specified target column.

        • MergeRows

          This method merges two rows specified by two indices.

        • RemoveAllColumns

          This method removes all mapped table columns.

        • RemoveAllRows

          This method removes all table rows.

        • RemoveAllUMColumns

          This method removes all unmapped table columns.

        • SwapColumns

          This method swaps two specified columns.

        • UnMapColumn

          This method unmaps a column. It transfers content from a specified source column to a new, unmapped column.

      • SCBCdrTable Properties

        The SCBCdrField object provides the following properties.

    • SCBCdrTextblock

      This object represents a TextBlock on a document. A TextBlock can contain one or more lines.

    • SCBCdrWord

      This object represents a textual word of a document.

    • SCBCdrWorkdoc

      The Cedar workdoc object stores all data of one document. The amount of data grows during the processing steps of OCR, classification and extraction.

  • SCBCdrPROJLib
  • Working with the Associative Search Engine (CDRADSLib)
  • Working with the Check Analysis Engine (SCBCdrParaCheckLib)
  • Working with the Format Analysis Engine (SCBCdrFormatEngine)
  • Working with Format Settings (SCBCdrFormatSettings)
  • Working with Batches (SCBCdrBATCHLib)
  • Comparing Strings (SCBCdrSTRCOMPLib)
  • Working with Images (SCBCroIMGLib)
  • Working with CI Documents (SCBCroCiDocLib)
  • Working with Cairo Projects (SCBCroPROJLib)
  • Working with Collections (SCBCroCollLib)
  • Working with Worktext Objects (SCBCroWorktextLib)
  • Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
  • Printing Documents (SCBCroPrintLib)
  • Error Handling
  • Troubleshooting Scripting Issues
  • Encryption

SCBCdrTable Methods

The SCBCdrField object provides the following methods and properties.

  • AddColumn
  • AddRow
  • AddUMColumn
  • AppendRows
  • Clear
  • ClearColumn
  • ClearRow
  • ClearUMColumn
  • DeleteColumn
  • DeleteRow
  • DeleteUMColumn
  • FillColumn
  • InsertColumn
  • InsertRow
  • InsertUMColumn
  • MapColumn
  • MergeRows
  • RemoveAllColumns
  • RemoveAllRows
  • RemoveAllUMColumns
  • SwapColumns
  • UnMapColumn
footer © Hyland Software, Inc. and its affiliates. All rights reserved.