Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 26, 2023 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/92c4804cb13ab2f53f4f8f2c8704892c to your computer and use it in GitHub Desktop.
Save bjoerntx/92c4804cb13ab2f53f4f8f2c8704892c to your computer and use it in GitHub Desktop.
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