[]
Serializable, Comparable<PrintLocation>, ConstableUse this enum with IPageSetup.setPrintComments(PrintLocation) to control whether worksheet comments are omitted from printed output, printed as end notes, or printed in their original positions.
worksheet.getRange("A1").addComment("Review this value.");
worksheet.getPageSetup().setPrintComments(PrintLocation.SheetEnd);
PrintLocation printLocation = worksheet.getPageSetup().getPrintComments();
Enum.EnumDesc<E extends Enum<E>>static PrintLocationforValue(int value) intgetValue()static PrintLocationstatic PrintLocation[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is nullvalue - The zero-based integer value.PrintLocation member.