Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines the margin lines drawn on the page.
Definition
<xs:complexType name="MarginType">
<xs:attribute name="Style" use="required" type="LineLayoutStyleType" />
<xs:attribute name="Color" type="ColorType" />
<xs:attribute name="Type" type="MarginTypeType" />
<xs:attribute name="Spacing" type="xs:positiveInteger" />
</xs:complexType>
Parent Elements
None.
Child Elements
None..
Attributes
| Attribute | Type | Required | Description | Possible Values |
|---|---|---|---|---|
| Style | LineLayoutStyleType simpleType | Required | Specifies the type of line to be drawn. |
|
| Color | ColorType simpleType | Optional | Color of the element. | A hexadecimal RGB value. Matches the following regular expression: #[0-9a-zA-Z]{6}. For example, #4a79B5. |
| Type | MarginTypeType simpleType | Optional | Indicates Left or Right margin. |
|
| Spacing | xs:nonNegativeInteger | Optional | Spacing between edge of page and margin. | Any non-negative integer. |
Element Information
| Element | Value |
|---|---|
| Element type | MarginType complexType |
| Namespace | urn:schemas-microsoft-com:tabletpc:richink |
| Schema name | Journal Reader |