CharacterCount property

This property returns or sets the number of characters which the dropped capital format is applied. This property only takes effect when the WholeWord property is set to false.

Defined in

TextDropCap

Data type

int

Syntax

public int getCharacterCount()
public void setCharacterCount(int charCount)

See examples

Example: CharacterCount property