[]
Initializes a new instance of the PageColumnDef class.
public PageColumnDef()
Initializes a new instance of the PageColumnDef class.
public PageColumnDef(string width, string spacing)
Type | Name | Description |
---|---|---|
string | width | A string that is converted to a Unit value representing the Width of the current column. |
string | spacing | A string that is converted to a Unit value representing the Spacing of the current column. |
Initializes a new instance of the PageColumnDef class.
public PageColumnDef(Unit width, Unit spacing)
Type | Name | Description |
---|---|---|
Unit | width | |
Unit | spacing | A a Unit value representing the Spacing of the current column. |