com.aspose.words
Class ShapeMarkupLanguage

java.lang.Object
    extended by com.aspose.words.ShapeMarkupLanguage

public class ShapeMarkupLanguage 
extends java.lang.Object

Utility class containing constants. Specifies Markup language used for the shape.

Field Summary
static final byteDML = 0
           Drawing Markup Language is used to define the shape.
static final byteVML = 1
           Vector Markup Language is used to define the shape.
 

Field Detail

DML = 0

public static final byte DML
Drawing Markup Language is used to define the shape. This is the new standard for drawing for Office Open XML which has appeared first in ECMA-376 1st edition (2006), first appeared in MS Word 2007.

VML = 1

public static final byte VML
Vector Markup Language is used to define the shape. A deprecated format included in Office Open XML for legacy reasons only.

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