spv: Support underlining in table styles.
[pspp] / src / output / spv / structure-xml.grammar
index 61dc5d48f4b6d0837fe4df837e433f06bb6c8f07..09288e8c7ee3aaa1abcf6c6c330f50a719e1b68d 100644 (file)
@@ -64,6 +64,8 @@ table
 => tableProperties? tableStructure
 
 tableProperties
+   :schemaLocation?            # Just for standalone .stt files.
+   :name?                      # Just for standalone .stt files.
 => generalProperties footnoteProperties cellFormatProperties borderProperties printingProperties
 
 generalProperties
@@ -94,6 +96,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?