Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

CSSGetDeclaration Function

Overview

The CSSGetDeclaration function enumerates only CSS properties within an SGML Object in the form of a declaration string.

Syntax/Parameters

Syntax

string = CSSGetDeclaration ( handle hSGML );

Parameters

hSGML

A handle to a SGML Object.

Return Value

A string containing the declaration data as a series of parameter value pairs or an empty string on error. If the object does not contain any CSS properties, the return string will be empty. Use the GetLastError to retrieve a formatted error code.

Remarks

If the current element does not contain any CSS properties, the returned string will be empty.

Items that can be placed into shorthand properties are processed prior to returning the string.

Related Functions

Platform Support

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

Legato IDE, Legato Basic