properties
properties: {
Editor?: {
ActiveStaff?: number;
CaretIndex?: number;
CaretPos?: number;
};
PgMargins?: {
Bottom?: number;
Left?: number;
Mirror?: boolean;
Right?: number;
Top?: number;
};
PgSetup?: {
AllowLayering?: boolean;
BarNumbers?: string;
DurationPadding?: boolean;
ExtendLastSystem?: boolean;
JustifyVertically?: boolean;
PageNumbers?: number;
PrintSystemSepMark?: boolean;
StaffLabels?: string;
StaffSize?: number;
StartingBar?: number;
TitlePage?: boolean;
Zoom?: number;
};
SongInfo?: {
Author?: string;
Comments?: string;
Copyright1?: string;
Copyright2?: string;
Lyricist?: string;
Title?: string;
};
}
Type declaration
Optional Editor?: {
ActiveStaff?: number;
CaretIndex?: number;
CaretPos?: number;
}
Optional ActiveStaff?: number
Optional CaretIndex?: number
Optional CaretPos?: number
Optional PgMargins?: {
Bottom?: number;
Left?: number;
Mirror?: boolean;
Right?: number;
Top?: number;
}
Optional Bottom?: number
Optional Left?: number
Optional Mirror?: boolean
Optional Right?: number
Optional Top?: number
Optional PgSetup?: {
AllowLayering?: boolean;
BarNumbers?: string;
DurationPadding?: boolean;
ExtendLastSystem?: boolean;
JustifyVertically?: boolean;
PageNumbers?: number;
PrintSystemSepMark?: boolean;
StaffLabels?: string;
StaffSize?: number;
StartingBar?: number;
TitlePage?: boolean;
Zoom?: number;
}
Optional AllowLayering?: boolean
Optional BarNumbers?: string
Optional DurationPadding?: boolean
Optional ExtendLastSystem?: boolean
Optional JustifyVertically?: boolean
Optional PageNumbers?: number
Optional PrintSystemSepMark?: boolean
Optional StaffLabels?: string
Optional StaffSize?: number
Optional StartingBar?: number
Optional TitlePage?: boolean
Optional Zoom?: number
Optional SongInfo?: {
Author?: string;
Comments?: string;
Copyright1?: string;
Copyright2?: string;
Lyricist?: string;
Title?: string;
}
Optional Author?: string
Optional Comments?: string
Optional Copyright1?: string
Optional Copyright2?: string
Optional Lyricist?: string
Optional Title?: string
true if the parsed content is in the clipboard format (!NoteWorthyComposerClip), false otherwise (!NoteWorthyComposer)