aspose.diagram
Class DrawingResizeTypeValue

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

Field Summary
const  NumberDEPENDS_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.
const  NumberAUTOMATICALLY
           The drawing page resizes automatically.
const  NumberNOT_AUTOMATICALLY
           The drawing page does not resize automatically.
const  NumberUNDEFINED
           Undefined.
 

Field Detail

DEPENDS_ON_DRAWING_SIZE_TYPE

const Number 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

const Number AUTOMATICALLY
The drawing page resizes automatically.

NOT_AUTOMATICALLY

const Number NOT_AUTOMATICALLY
The drawing page does not resize automatically.

UNDEFINED

const Number UNDEFINED
Undefined.

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