Created
October 26, 2023 14:07
-
-
Save bjoerntx/92c4804cb13ab2f53f4f8f2c8704892c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private bool IsCommonFormatting(Paragraph paragraph) | |
{ | |
paragraph.Select(); | |
return _textControl.Selection.IsCommonValueSelected(Selection.Attribute.All); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment