Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

CSSSetDeclaration Function

Overview

The CSSSetDeclaration function parses a declaration string and replaces any CSS properties in an SGML Object’s current element.

Syntax/Parameters

Syntax

int = CSSSetDeclaration ( handle hSGML, string declaration );

Parameters

hSGML

A handle to a SGML Object.

declaration

A string containing a standard CSS declaration in the format of “property: value” pairs, separated by semicolons as required. It should not contain open and close braces.

Return Value

An int as ERROR_NONE or a formatted error code on failure.

Remarks

The CSSSetDeclaration function differs from the CSSLayerDeclaration function in that all existing CSS properties in the element data are deleted prior to adding in the declaration.

CSS items within the declaration must be well formatted. Shorthand values are expanded just as if parsed from a source document.

The CSSLayerProperties and CSSSetProperties functions allow parameters to be adjusted via an array.

Related Functions

Platform Support

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

Legato IDE, Legato Basic