asposediagram.api

Class StyleValue

Utility class containing constants. Specifies the character formatting applied to a range of text in the shape's text block.

Field Summary
const  intBOLD
Bold.
const  intITALIC
Italic.
const  intUNDERLINE
Underline.
const  intSMALL_CAPS
Small caps.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • BOLD

        const int BOLD
        Bold.
      • ITALIC

        const int ITALIC
        Italic.
      • UNDERLINE

        const int UNDERLINE
        Underline.
      • SMALL_CAPS

        const int SMALL_CAPS
        Small caps.
      • UNDEFINED

        const int UNDEFINED
        Undefined.