#1
|
|||
|
|||
![]()
I created a table using FusionPro.
The table has a border on all 4 sides. Below the table, I want to add 12px of margin. In the world of CSS and HTML, the 'margin' is defined as the area OUTSIDE the box. (And 'padding' is the area inside the box). But according to FusionPro, the margin is the area INSIDE the box. Is this correct? I am adjusting my table's bottom margin like this: Code:
myTable.Rows[0].Cells[0].Margins.Bottom = 12; So, how can I add 12px of space below my table? (I know I can just add a blank line, but I wanted precise control of the space in pixels. A 'margin' property would do the trick ;-) The CSS Box Model
__________________
-- Eric Carbone IT/Project Manager, MOR Printing Inc. Windows 10 |Adobe Acrobat XI | FusionPro 9 |
#2
|
||||
|
||||
![]() Quote:
Quote:
Quote:
Quote:
Code:
// .. table stuff var row = myTable.AddRow(); row.minHeight = 90; // 9 pts = 12 px
__________________
Ste Pennell FusionPro VDP Creator 9.3.15 Adobe Acrobat X 10.1.1 Mac OS X 10.12 |
![]() |
Tags |
margin, padding, table |
Thread Tools | Search this Thread |
Display Modes | |
|
|