...
Description |
---|
Excerpt |
---|
Returns an |
...
pt |
...
) |
...
or |
...
(1/1440 |
...
in |
...
) |
...
Signature | ||||
---|---|---|---|---|
| ||||
public int GetPadding(Location location)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function GetPadding(ByVal location As Location) As Integer
{signature}
{parameters}
{param:location}A [TableCell.Location|TableCell.Location] object that represents ths location of the margin.{param}
{returns}An {{int}} that represents this table cell margin at a particular location in twips.{returns}
{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... > Cell tab > Options... button > Cell margins section
{remarks}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A TableCell.Location object that represents ths location of the margin. |
Returns |
---|
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... > Cell tab > Options... button > Cell margins section |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|