Description |
---|
Excerpt |
---|
Sets an |
Signature | ||||
---|---|---|---|---|
| ||||
public void SetDefaultPadding(Location location, int value) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Sub SetDefaultPadding(ByVal location As Location, ByVal value As Integer) |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A TableCell.Location object that represents the location at which to set the margin. |
Param | ||||
---|---|---|---|---|
| ||||
An |
Remarks |
---|
Allowed locations are Top, Left, Bottom, and Right, which refer to the default margins for those sides of a table cell. By default, Top and Bottom are set to 0", and Left and Right are set to 0.08". Word equivalent: Table menu > Table Properties... > Table tab > Options... button > Default cell margins section |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|