_ParagraphFormat.IndentFirstLineCharWidth(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.
Indents the first line of one or more paragraphs by a specified number of characters.
public:
void IndentFirstLineCharWidth(short Count);
public void IndentFirstLineCharWidth (short Count);
abstract member IndentFirstLineCharWidth : int16 -> unit
Public Sub IndentFirstLineCharWidth (Count As Short)
Parameters
- Count
- Int16
Required Short. The number of characters by which the first line of each specified paragraph is to be indented.