java.lang.Object
com.aspose.diagram.ResizeModeValue
public class ResizeModeValue
| Field Summary | ||
|---|---|---|
static final int | USE_GROUP_SETTING | |
| Use group's setting | ||
static final int | REPOSITION_ONLY | |
| Reposition only. | ||
static final int | SCALE_WITH_GROUP | |
| Scale with group. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
USE_GROUP_SETTING | |
public static final int USE_GROUP_SETTING | |
REPOSITION_ONLY | |
public static final int REPOSITION_ONLY | |
SCALE_WITH_GROUP | |
public static final int SCALE_WITH_GROUP | |
UNDEFINED | |
public static final int UNDEFINED | |