aspose.diagram
Class GlueSettings

Utility class containing constants. The bit values indicate that a specific glue setting is on or off. The value may be a sum of the values:

Field Summary
const  NumberNONE
           Glue is enabled, but no other glue settings are enabled.
const  NumberGUIDES
           Glue to guides.
const  NumberHANDLES
           Glue to handles.
const  NumberVERTICES
           Glue to vertices.
const  NumberCONNECTION_POINTS
           Glue to connection points.
const  NumberGEOMETRY
           Glue to geometry.
const  NumberDISABLED
           Glue is disabled
const  NumberUNDEFINED
           Undefined.
 

Field Detail

NONE

const Number NONE
Glue is enabled, but no other glue settings are enabled.

GUIDES

const Number GUIDES
Glue to guides.

HANDLES

const Number HANDLES
Glue to handles.

VERTICES

const Number VERTICES
Glue to vertices.

CONNECTION_POINTS

const Number CONNECTION_POINTS
Glue to connection points.

GEOMETRY

const Number GEOMETRY
Glue to geometry.

DISABLED

const Number DISABLED
Glue is disabled

UNDEFINED

const Number UNDEFINED
Undefined.

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