com.aspose.diagram
Class StyleValue

java.lang.Object
    extended by com.aspose.diagram.StyleValue

public class StyleValue 
extends java.lang.Object

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


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

Field Detail

BOLD

public static final int BOLD
Bold.

ITALIC

public static final int ITALIC
Italic.

UNDERLINE

public static final int UNDERLINE
Underline.

SMALL_CAPS

public static final int SMALL_CAPS
Small caps.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.