SystemLinePosition.ts 71 B

1234
  1. export enum SystemLinePosition {
  2. MeasureBegin,
  3. MeasureEnd
  4. }