Hi!
When I create a table into a rtField and use a rt Createrichtextparagraphstyle(), there isn’t a option to hide borders of the table… ( or set border width to 0)…
Anyone know how can I do this?
Hi!
When I create a table into a rtField and use a rt Createrichtextparagraphstyle(), there isn’t a option to hide borders of the table… ( or set border width to 0)…
Anyone know how can I do this?
Subject: No one can help???
No one can advise…
Subject: Using this… but still not available…
’ set our table column sizes For k = 1 To 7 Step 1
Set rtTableStyle(k) = s.Createrichtextparagraphstyle()
rtTableStyle(k).Leftmargin = 0
rtTableStyle(k).Firstlineleftmargin = 0
rtTableStyle(k).Alignment = ALIGN_CENTER
rtTableStyle(k).Alignment = ALIGN_NOWRAP
rtTableStyle(k).Spacingbelow = SPACING_ONE_POINT_25
If k = 1 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * .45
ElseIf k = 2 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * 1.75
ElseIf k = 3 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * 1.25
ElseIf k = 4 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * 1.5
ElseIf k = 5 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * 1.8
ElseIf k = 6 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * 1.25
ElseIf k = 7 Then
rtTableStyle(k).RightMargin = RULER_ONE_INCH * .65
End If
Next
and there is no option…
Anyone???