com.aspose.diagram
Class DrawingResizeTypeValue

java.lang.Object
    extended by com.aspose.diagram.DrawingResizeTypeValue

public class DrawingResizeTypeValue 
extends java.lang.Object

Utility class containing constants. Determines whether the drawing page resizes automatically to fit the diagram.


Field Summary
static final intDEPENDS_ON_DRAWING_SIZE_TYPE
           Whether the page resizes automatically depends on the value of the DrawingSizeType cell. If DrawingSizeType = 0 (the drawing page size is the same as the size of the printed page), the page resizes automatically. If the value of DrawingSizeType is anything other than zero (0), the page does not resize automatically.
static final intAUTOMATICALLY
           The drawing page resizes automatically.
static final intNOT_AUTOMATICALLY
           The drawing page does not resize automatically.
static final intUNDEFINED
           Undefined.
 

Field Detail

DEPENDS_ON_DRAWING_SIZE_TYPE

public static final int DEPENDS_ON_DRAWING_SIZE_TYPE
Whether the page resizes automatically depends on the value of the DrawingSizeType cell. If DrawingSizeType = 0 (the drawing page size is the same as the size of the printed page), the page resizes automatically. If the value of DrawingSizeType is anything other than zero (0), the page does not resize automatically.

AUTOMATICALLY

public static final int AUTOMATICALLY
The drawing page resizes automatically.

NOT_AUTOMATICALLY

public static final int NOT_AUTOMATICALLY
The drawing page does not resize automatically.

UNDEFINED

public static final int UNDEFINED
Undefined.

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