Page 1 of 1

dashed/dotted line rather than solid for borders

Posted: Sat Apr 21, 2018 1:08 am
by hartcons
is it possible to specify a dashed/dotted line for things like table cell borders or text object borders? the customer wants us to put a thick dashed line around some text.

Re: dashed/dotted line rather than solid for borders

Posted: Sat Apr 21, 2018 12:20 pm
by Sergey Tkachenko
Sorry, dashed and dotted borders are not supported yet (they are supported only in "breaks" - horizontal lines).

The only solution is custom drawing in events.
For tables and cells: table.OnDrawBorder
For paragraphs: TRVStyle.OnDrawParaBack
For text: TRVStyle.OnDrawTextBack

Re: dashed/dotted line rather than solid for borders

Posted: Mon Apr 23, 2018 4:06 pm
by hartcons
ok, thanks.