'Declaration Public Property DisplayLevel As OutlineLevel
public OutlineLevel DisplayLevel {get; set;}
The default value is GrapeCity.Documents.Word.OutlineLevel.Level1 for custom styles, and the corresponding outline level for built-in heading styles.
'Declaration Public Property DisplayLevel As OutlineLevel
public OutlineLevel DisplayLevel {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown when trying to assign GrapeCity.Documents.Word.OutlineLevel.BodyText. |