wordinator icon indicating copy to clipboard operation
wordinator copied to clipboard

Access to the "jc" table property for table centring

Open gkholman opened this issue 5 months ago • 2 comments

Per the ECMA specification

17.4.26 jc (Table Alignment Exception)

[Example: Consider the following WordprocessingML fragment for a table in a document:
  <w:tblPr>
    <w:jc w:val="center" />
</w:tblPr>
This table is now centered on the page. end example]````

Is there SWPX vocabulary available for us to specify that a table is centred?

gkholman avatar Aug 26 '24 14:08 gkholman