[]
Represents a dropped capital letter at the beginning of a paragraph.
public class DropCap
Gets or sets the position of the drop cap text.
public DropCapPosition DropCapPosition { get; set; }
Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
public int LinesToDrop { get; set; }