java.lang.Object
com.aspose.diagram.DrawingSizeTypeValue
public class DrawingSizeTypeValue
| Field Summary | ||
|---|---|---|
static final int | SAME_AS_PRINTER | |
| Same as printer. | ||
static final int | FIT_PAGE_DRAW_CONTENTS | |
| Fit page to drawing contents. | ||
static final int | STANDARD | |
| Standard. | ||
static final int | CUSTOM_PAGE_SIZE | |
| Custom page size. | ||
static final int | CUSTOM_SCALED_DRAW_SIZE | |
| Custom scaled drawing size. | ||
static final int | METRIC_ISO | |
| Metric (ISO). | ||
static final int | ANSI_ENGINEERING | |
| ANSI engineering. | ||
static final int | ANSI_ARCHITECTURAL | |
| ANSI architectural. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
SAME_AS_PRINTER | |
public static final int SAME_AS_PRINTER | |
FIT_PAGE_DRAW_CONTENTS | |
public static final int FIT_PAGE_DRAW_CONTENTS | |
STANDARD | |
public static final int STANDARD | |
CUSTOM_PAGE_SIZE | |
public static final int CUSTOM_PAGE_SIZE | |
CUSTOM_SCALED_DRAW_SIZE | |
public static final int CUSTOM_SCALED_DRAW_SIZE | |
METRIC_ISO | |
public static final int METRIC_ISO | |
ANSI_ENGINEERING | |
public static final int ANSI_ENGINEERING | |
ANSI_ARCHITECTURAL | |
public static final int ANSI_ARCHITECTURAL | |
UNDEFINED | |
public static final int UNDEFINED | |