Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentProtection Class / BlockQuickStylesetSwitching Property

In This Topic
    BlockQuickStylesetSwitching Property
    In This Topic
    Gets or sets a value indicating whether the replacement of the complete set of the document's styles should be blocked.
    Syntax
    'Declaration
     
    Public Property BlockQuickStylesetSwitching As System.Boolean
    public System.bool BlockQuickStylesetSwitching {get; set;}
    Remarks
    Specifies whether applications shall prevent the replacement of the complete set of styles stored in the Styles part when editing this document. This setting should not preclude the editing or removal of individual styles, instead, it should only prevent the removal and replacement of the entire styles part in a single operation (either through a user interface or a programmatic operation).
    See Also