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.
Defines a group that contains a set of grouped content in a Journal note.
Definition
<xs:group name="ContentGroup" >
<xs:choice>
<xs:element name="GroupNode" type="GroupNodeType" />
<xs:element name="Paragraph" type="ParagraphType" />
<xs:element name="InkWord" type="InkWordType" />
<xs:element name="Drawing" type="DrawingType" />
<xs:element name="Text" type="TextType" />
<xs:element name="Image" type="ImageType" />
<xs:element name="Flag" type="FlagType" />
<xs:element name="Reflow" type="ReflowType" />
</xs:choice>
</xs:group>
Child Elements
Attributes
| Attribute | Type | Required | Description | PossibleValues |
|---|---|---|---|---|
| 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. |
Type Information
| Element | Value |
|---|---|
| Namespace | urn:schemas-microsoft-com:tabletpc:richink |
| Schema name | Journal Reader |