Class DropCap
- Namespace
- GrapeCity.Documents.Word
- Assembly
- GcDocs.Word.dll
Represents a dropped capital letter at the beginning of a paragraph.
- Inheritance
-
object
DropCap
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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