Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / OutlineLevelRange Class
Properties Methods

In This Topic
    OutlineLevelRange Class Members
    In This Topic

    The following tables list the members exposed by OutlineLevelRange.

    Public Properties
     NameDescription
    Public Property Gets the range start outline level.  
    Public Property Gets a value indicating whether the range does not have any outline levels.  
    Public PropertyGets a value indicating whether the range is from GrapeCity.Documents.Word.OutlineLevel.Level1 to GrapeCity.Documents.Word.OutlineLevel.Level9.  
    Public Property Gets the range end outline level.  
    Top
    Public Methods
     NameDescription
    Public Method Makes the range empty.  
    Public Method Gets whether the given outline level is in the range.  
    Public MethodSets the range from GrapeCity.Documents.Word.OutlineLevel.Level1 to GrapeCity.Documents.Word.OutlineLevel.Level9.  
    Public Method Sets the level range.  
    Public MethodGets the array of GrapeCity.Documents.Word.OutlineLevel values defined in the range.  
    Public MethodReturns a string that represents the current object.  
    Top
    See Also