numbered headings

numbered headings

is it possible to generate in zoho writer headings with leading numbers like the "h1:before{....}" property for the h1 heading (see example below)?

  1. h1:before {
  2. content:counter(level_1) "..";
  3. counter-increment:level_1;
  4. counter-reset:level_2;
  5. }

thanks for any suggestion!!
Gerd