com.aspose.diagram

Class DrawingSizeTypeValue

  • java.lang.Object
    • com.aspose.diagram.DrawingSizeTypeValue
public class DrawingSizeTypeValue 
extends java.lang.Object

Utility class containing constants. Specifies the drawing size of a page.

Field Summary
static final intSAME_AS_PRINTER
Same as printer.
static final intFIT_PAGE_DRAW_CONTENTS
Fit page to drawing contents.
static final intSTANDARD
Standard.
static final intCUSTOM_PAGE_SIZE
Custom page size.
static final intCUSTOM_SCALED_DRAW_SIZE
Custom scaled drawing size.
static final intMETRIC_ISO
Metric (ISO).
static final intANSI_ENGINEERING
ANSI engineering.
static final intANSI_ARCHITECTURAL
ANSI architectural.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • SAME_AS_PRINTER

        public static final int SAME_AS_PRINTER
        Same as printer.
      • FIT_PAGE_DRAW_CONTENTS

        public static final int FIT_PAGE_DRAW_CONTENTS
        Fit page to drawing contents.
      • STANDARD

        public static final int STANDARD
        Standard.
      • CUSTOM_PAGE_SIZE

        public static final int CUSTOM_PAGE_SIZE
        Custom page size.
      • CUSTOM_SCALED_DRAW_SIZE

        public static final int CUSTOM_SCALED_DRAW_SIZE
        Custom scaled drawing size.
      • METRIC_ISO

        public static final int METRIC_ISO
        Metric (ISO).
      • ANSI_ENGINEERING

        public static final int ANSI_ENGINEERING
        ANSI engineering.
      • ANSI_ARCHITECTURAL

        public static final int ANSI_ARCHITECTURAL
        ANSI architectural.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.