Syncfusion AI Assistant

How can I help you?

VisioTextStyleFlag

6 Feb 20261 minute to read

Bitwise flags for text styling extracted from Visio’s text properties.
Used to determine which text styling options (bold, italic, underline) are applied.
These flags are typically stored in Visio’s ‘Style’ cell as a single numeric value
where each bit represents a specific style. Bitwise AND operations extract individual flags.

  • BOLD - Bold text flag (bit 0, value 1)
  • ITALIC - Italic text flag (bit 1, value 2)
  • UNDERLINE - Underline text flag (bit 2, value 4)