[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DropCap

Class DropCap

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a dropped capital letter at the beginning of a paragraph.

public class DropCap
Inheritance
DropCap
Inherited Members

Properties

DropCapPosition

Gets or sets the position of the drop cap text.

public DropCapPosition DropCapPosition { get; set; }

Property Value

DropCapPosition

LinesToDrop

Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.

public int LinesToDrop { get; set; }

Property Value

int