isFormattingDisabled method
Returns true if style formatting actions (bold, italic, color, font size, etc.)
should be disabled on document.
Implementation
bool isFormattingDisabled(FluentDocument document) => false;
Returns true if style formatting actions (bold, italic, color, font size, etc.)
should be disabled on document.
bool isFormattingDisabled(FluentDocument document) => false;