diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextTable.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl index 23ff27870471..e47ad56c4aee 100644 --- a/offapi/com/sun/star/text/TextTable.idl +++ b/offapi/com/sun/star/text/TextTable.idl @@ -221,6 +221,12 @@ published service TextTable */ [optional, property] sequence<com::sun::star::beans::PropertyValue> TableInteropGrabBag; + /** contains the name of table style used by the table. + + @since LibreOffice 5.3 + */ + [optional, property] string TableTemplateName; + }; |