Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevel Class / IsLegal Property

In This Topic
    IsLegal Property
    In This Topic
    Gets or sets a value indicating whether the level turns all inherited numbers to Arabic. The false value preserves their number style.
    Syntax
    'Declaration
     
    Public Property IsLegal As System.Boolean
    public System.bool IsLegal {get; set;}
    Remarks
    Always returns false and raises the BulletListPropertyException on set if the property NumberStyle equals NumberStyle.Bullet.
    See Also