UNPKG

@jaricardodev/ews-javascript-api

Version:
16 lines (13 loc) 272 B
/** * Defines the offset's base point in a paged view. */ export enum OffsetBasePoint { /** * The offset is from the beginning of the view. */ Beginning = 0, /** * The offset is from the end of the view. */ End = 1 }