Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PrintCommentsType


public interface PrintCommentsType

Represents the way comments are printed with the sheet.


Field Summary
static byte PRINT_IN_PLACE
          PrintInPlace Represents to print comments as displayed on sheet.
static byte PRINT_NO_COMMNENTS
          PrintNoComments Represents not to print comments.
static byte PRINT_SHEET_END
          PrintSheetEnd Represents to print comments at end of sheet.
 

Field Detail

PRINT_IN_PLACE

static final byte PRINT_IN_PLACE
PrintInPlace Represents to print comments as displayed on sheet.

See Also:
Constant Field Values

PRINT_NO_COMMNENTS

static final byte PRINT_NO_COMMNENTS
PrintNoComments Represents not to print comments.

See Also:
Constant Field Values

PRINT_SHEET_END

static final byte PRINT_SHEET_END
PrintSheetEnd Represents to print comments at end of sheet.

See Also:
Constant Field Values