public final class Notes extends SheetContainer
{
private byte[] _header;
- private static long _type = 1008l;
+ private static long _type = 1008L;
// Links to our more interesting children
private NotesAtom notesAtom;
public final class NotesAtom extends RecordAtom {
private byte[] _header;
- private static long _type = 1009l;
+ private static long _type = 1009L;
private int slideID;
private boolean followMasterObjects;
public final class Slide extends SheetContainer
{
private byte[] _header;
- private static long _type = 1006l;
+ private static long _type = 1006L;
// Links to our more interesting children
private SlideAtom slideAtom;
// private static final int MASTER_SLIDE_ID = 0x00000000;
private byte[] _header;
- private static long _type = 1007l;
+ private static long _type = 1007L;
private int masterID;
private int notesID;
//arbitrarily selected; may need to increase
private static final int MAX_RECORD_LENGTH = 32;
- private static final long _type = 1011l;
+ private static final long _type = 1011L;
private static final int HAS_SHAPES_OTHER_THAN_PLACEHOLDERS = 4;
private static final int[] FLAGS_MASKS = { HAS_SHAPES_OTHER_THAN_PLACEHOLDERS };