Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains information about a given ink word in the Journal note, including position, alternates, and the actual ink data.
Definition
<xs:element name="InkWord" type="InkWordType" />
Parent Elements
Child Elements
Attributes
| Attribute | Type | Required | Description | Possible Values |
|---|---|---|---|---|
| Left | xs:integer | Required | The distance from the origin to the leftmost point in the bounding box for the element. | Any integer. |
| Top | xs:integer | Required | The distance from the origin to the topmost point in the bounding box for the element. | Any integer. |
| Width | xs:nonNegativeInteger | Required | The width of the bounding box for the element. | Any non-negative integer. |
| Height | xs:nonNegativeInteger | Required | The height of the bounding box for the element. | Any non-negative integer. |
Warning
The ink word's internal coordinate mapping is English Metric Units and a multiplier of 2.54 will need to be used by your application to convert the Width and Height values to the HIMETRIC units used by the Tablet PC platform APIs.
Element Information
| Element | Value |
|---|---|
| Element type | InkWordType complexType |
| Namespace | urn:schemas-microsoft-com:tabletpc:richink |
| Schema name | Journal Reader |