Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

DTDGetCSSPropertyCase Function

Overview

The DTDGetTagCase function returns a code specifying the text case to use when generating inline CSS properties.

Syntax/Parameters

Syntax

int = DTDGetCSSPropertyCase ( handle hDTD );

Parameters

hDTD

A handle to a DTD Object or an object employing a DTD.

Return Value

An int as one of three tagging modes or a formatted error code on failure. Use the GetLastError to retrieve a formatted error code.

Remarks 

The text case value can be one of the following:

DTD_CASE_UPPER     0 – Lower

DTD_CASE_LOWER     1 – Upper

DTD_CASE_INITIAL   2 – Initial Character

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic