Kaydet (Commit) 380895bc authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Added a style entry for no lines

üst 8dd82dba
...@@ -35,6 +35,10 @@ module com { module sun { module star { module table { ...@@ -35,6 +35,10 @@ module com { module sun { module star { module table {
constants BorderLineStyle constants BorderLineStyle
{ {
/** No border line
*/
const short NONE = -1;
/** Solid border line. /** Solid border line.
*/ */
const short SOLID = 0; const short SOLID = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment