Classes, properties and methods for accessing data files.
|
Name |
Description |
|
Each document has an ApplicationMapping. The ApplicatioMapping is a key-value pair that maps application id/instance id to a Java class name. This is used to route paper events to the appropriate Java class instance. See ApplicationMapping Members. | |
|
A desktop container to hold data that your desktop application transferred from a Livescribe Package on a smartpen. The data can be penlet data (non-stroke data programmtically stored by a penlet) or AFD data (static regions, background images, strokes). When your desktop application instantiates a Container, the PenData API creates an object hierachy for use in accessing the data. For penlet data, the PenletData property returns the appropriate top-node object. Starting from the object, you drill down to individual data files. For AFDs, the Document property returns the appropriate top-node object. You drill down via individual Page and PageTemplate objects... more | |
|
Represents the manifest of an LSP (Livescribe Package). See Manifest Members. | |
|
Encapsulates smartpen information. See PenInfo Members. |