java.lang.Object
com.aspose.diagram.SnapSettingsValue
public class SnapSettingsValue
| Field Summary | ||
|---|---|---|
static final int | SNAP_TO_NOTHING | |
| Snap to nothing. | ||
static final int | SNAP_TO_RULER_SUBDIVISIONS | |
| Snap to ruler subdivisions. | ||
static final int | SNAP_TO_GRID | |
| Snap to grid. | ||
static final int | SNAP_TO_GUIDES | |
| Snap to guides. | ||
static final int | SNAP_TO_SELECTION_HANDLES | |
| Snap to selection handles. | ||
static final int | SNAP_TO_VERTICES | |
| Snap to vertices. | ||
static final int | SNAP_TO_CONNECTION_POINTS | |
| Snap to connection points. | ||
static final int | SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES | |
| Snap to the visible edges of shapes. | ||
static final int | SNAP_TO_ALIGNMENT_BOX | |
| Snap to alignment box. | ||
static final int | SNAP_TO_SHAPE_EXTENSIONS_OPTIONS | |
| Snap to shape extensions options. | ||
static final int | SNAP_DISABLED | |
| Snap disabled. | ||
static final int | SNAP_TO_INTERSECTIONS | |
| Snap to intersections. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
SNAP_TO_NOTHING | |
public static final int SNAP_TO_NOTHING | |
SNAP_TO_RULER_SUBDIVISIONS | |
public static final int SNAP_TO_RULER_SUBDIVISIONS | |
SNAP_TO_GRID | |
public static final int SNAP_TO_GRID | |
SNAP_TO_GUIDES | |
public static final int SNAP_TO_GUIDES | |
SNAP_TO_SELECTION_HANDLES | |
public static final int SNAP_TO_SELECTION_HANDLES | |
SNAP_TO_VERTICES | |
public static final int SNAP_TO_VERTICES | |
SNAP_TO_CONNECTION_POINTS | |
public static final int SNAP_TO_CONNECTION_POINTS | |
SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES | |
public static final int SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES | |
SNAP_TO_ALIGNMENT_BOX | |
public static final int SNAP_TO_ALIGNMENT_BOX | |
SNAP_TO_SHAPE_EXTENSIONS_OPTIONS | |
public static final int SNAP_TO_SHAPE_EXTENSIONS_OPTIONS | |
SNAP_DISABLED | |
public static final int SNAP_DISABLED | |
SNAP_TO_INTERSECTIONS | |
public static final int SNAP_TO_INTERSECTIONS | |
UNDEFINED | |
public static final int UNDEFINED | |