Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

OutlineGetItemSpan Function

Overview

The OutlineGetItemSpan function returns the span value position for the current table cell item. Table cells are only mapped if the HO_MAP_TABLE_CONTENT option is set during the initial scan.

Syntax/Parameters

Syntax

int = OutlineGetItemSpan ( handle hOutline, int position );

Parameters

hOutline

A handle to an HTML Outline Object.

position

An int specifying the zero-based position for a mapped outline entry.

Return Value

An int specifying the span value or a formatted error code. If the item is not located in a table, -1 is returned. For most cells, the default is 1.

Remarks

The span value is added to the cell position to move to the next column. The default value is 1 cell.

Row spanning is not supported.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic