mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
27 lines
623 B
Markdown
27 lines
623 B
Markdown
---
|
|
title: IKeymanPackageFile Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageFile` interface describes a keyboard package file. A
|
|
keyboard package file is a bundle that contains keyboard layout(s),
|
|
visual keyboards, documentation, fonts and any other related files to
|
|
simplify distribution of keyboard layouts.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanPackage`](../IKeymanPackage)
|
|
> >
|
|
> > > **`IKeymanPackageFile`**
|
|
> > >
|
|
> > > > [`IKeymanPackageFile2`](../IKeymanPackageFile2)
|
|
|
|
## Methods
|
|
|
|
[`Install()`](Install)
|
|
: Installs the package into Keyman Engine.
|