Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |