...
Description |
---|
Excerpt |
---|
Returns an |
Signature | ||||
---|---|---|---|---|
| ||||
public int GetIndent(IndentLocation location)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function GetIndent(ByVal location As IndentLocation) As Integer
{signature}
{parameters}
{param:indentLocation}A [ParagraphFormatting.IndentLocation|ParagraphFormatting.IndentLocation] representing the indent location for which to get the indent.{param}
{returns}An {{int}} that represents the indent of the paragraph in twips.{returns}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A ParagraphFormatting.IndentLocation representing the indent location for which to get the indent. |
Returns |
---|
An |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|