Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PrintSizeType


public interface PrintSizeType

Represnts the printed chart size.


Field Summary
static byte CUSTOM
          Custom
static byte FIT
          Scale to fit page.
static byte FULL
          Use full page.
 

Field Detail

CUSTOM

static final byte CUSTOM
Custom

See Also:
Constant Field Values

FIT

static final byte FIT
Scale to fit page.

See Also:
Constant Field Values

FULL

static final byte FULL
Use full page.

See Also:
Constant Field Values