Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditProtection Class / LimitFormattingToUnlockedStyles Property

In This Topic
    LimitFormattingToUnlockedStyles Property
    In This Topic
    Specifies whether formatting restrictions are applied to the document.

    If true, prevents the use of direct formatting and the use of styles with the Style.Locked property value of true.

    Syntax
    'Declaration
     
    Public Property LimitFormattingToUnlockedStyles As System.Boolean
    public System.bool LimitFormattingToUnlockedStyles {get; set;}
    See Also