_ParagraphFormat.TabHangingIndent(Int16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a hanging indent to a specified number of tab stops.
public:
void TabHangingIndent(short Count);
public void TabHangingIndent (short Count);
abstract member TabHangingIndent : int16 -> unit
Public Sub TabHangingIndent (Count As Short)
Parameters
- Count
- Int16
Required Short. The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).
Remarks
This method can be used to remove tab stops from a hanging indent if the value of Count
is a negative number.