BasePortionFormatProofDisabled Property |
Determines whether the text shouldn't be proofed. No inheritance applied.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool ProofDisabled { get; set; }
Public Property ProofDisabled As NullableBool
Get
Set
public:
virtual property NullableBool ProofDisabled {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract ProofDisabled : NullableBool with get, set
override ProofDisabled : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBasePortionFormatProofDisabled
See Also