DropCap.ApplyCustomDropCap Method
Publisher Developer Reference |
Applies custom formatting to the first letters of paragraphs in a text frame.
Syntax
expression.ApplyCustomDropCap(LinesUp, Size, Span, FontName, Bold, Italic)
expression A variable that represents a DropCap object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
LinesUp | Optional | Long | The number of lines to move up the drop cap. The default is 0. The maximum number cannot be more than the number entered for the Size argument less one. |
Size | Optional | Long | The size of the drop cap letters in number of lines high. The default is 5. |
Span | Optional | Long | The number of letters included in the drop cap. The default is 1. |
FontName | Optional | String | The name of the font to format the drop cap. The default is the current font. |
Bold | Optional | Boolean | True to bold the drop cap. The default is False. |
Italic | Optional | Boolean | True to italicize the drop cap. The default is False. |
Example
This example formats the first three letters of the paragraphs in the specified text box.
Visual Basic for Applications |
---|
|
See Also