Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / IFixedFormattingBag Interface / IsFixed Property

In This Topic
    IsFixed Property (IFixedFormattingBag)
    In This Topic
    Gets a value indicating whether the formatting is fixed in the class instance level.

    If true, any formatting changes on an ancestor level of the same class will be ignored.

    If false, changing a property on an ancestor level will apply to this level too.

    For example, changing a property of Font.Fill on style level will change that property only for those Runs that have IsFixed equal to false.

    Syntax
    'Declaration
     
    ReadOnly Property IsFixed As System.Boolean
    System.bool IsFixed {get;}
    See Also