Version

DropCapLines Property

Gets/sets the number of lines in the non-frame paragraph to which this text frame is anchored which should be used to calculate the drop cap's height.
Syntax
'Declaration
 
Public Property DropCapLines As Nullable(Of Integer)
public Nullable<int> DropCapLines {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionIf set to a value less than 1 or greater than 10.
Remarks

Note: if this property is specified and DropCap is not 'None' then the other vertical positioning properties are ignored.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also