SystemLinePosition.ts 68 B

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