Add support for .tlo TableLook files from SPSS 15 and earlier.
[pspp] / doc / dev / spv-file-format.texi
index 614a3483ce5913e76badb942e518eff6c975aa66..453f7a8ecdbed4c2cdf67bc8a5f812ab4942d436 100644 (file)
@@ -3630,6 +3630,7 @@ XML, which has the following @code{tableProperties} element:
 
 @example
 tableProperties
+   :name?
 => generalProperties footnoteProperties cellFormatProperties borderProperties printingProperties
 
 generalProperties
@@ -3660,6 +3661,7 @@ style
    :font-size?
    :font-style=(regular | italic)?
    :font-weight=(regular | bold)?
+   :font-underline=(none | underline)?
    :labelLocationVertical=(positive | negative | center)?
    :margin-bottom=dimension?
    :margin-left=dimension?
@@ -3687,3 +3689,6 @@ printingProperties
    :printEachLayerOnSeparatePage=bool?
 => EMPTY
 @end example
+
+The @code{name} attribute appears only in standalone @file{.stt} files
+(@pxref{SPSS TableLook STT Format}).