Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineEndType Enumeration

In This Topic
    LineEndType Enumeration
    In This Topic
    Specifies a decoration that appears at the end of a line.
    Syntax
    'Declaration
     
    Public Enum LineEndType 
       Inherits System.Enum
    public enum LineEndType : System.Enum 
    Members
    MemberDescription
    Arrow Line arrow head.
    Diamond Diamond.
    None No end.
    Oval Oval.
    Stealth Stealth arrow head.
    Triangle Triangle arrow head.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.LineEndType

    See Also