Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > c9ab6176cdb3bd12c388e27bee18050a > files > 211

xml-commons-jaxp-1.3-apis-manual-1.3.04-0.0.1mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="utf-8"?>
<!-- Rect interface -->

<interface id="CSS-Rect" name="Rect" since="DOM Level 2">
  <descr>
    <p>
      The <code>Rect</code> interface is used to represent any <xspecref
      href="&css2;/visufx.html#value-def-shape">rect</xspecref>
      value. This interface reflects the values in the underlying style
      property. Hence, modifications made to the <code>CSSPrimitiveValue</code>
      objects modify the style property.
    </p>
  </descr>
  
  <attribute id="CSS-Rect-top" name="top" type="CSSPrimitiveValue"
    readonly="yes">
    <descr>
      <p>
        This attribute is used for the top of the rect.
      </p>
    </descr>
  </attribute>

  <attribute id="CSS-Rect-right" name="right" type="CSSPrimitiveValue"
    readonly="yes">
    <descr>
      <p>
        This attribute is used for the right of the rect.
      </p>
    </descr>
  </attribute>

  <attribute id="CSS-Rect-bottom" name="bottom" type="CSSPrimitiveValue"
    readonly="yes">
    <descr>
      <p>
        This attribute is used for the bottom of the rect.
      </p>
    </descr>
  </attribute>

  <attribute id="CSS-Rect-left" name="left" type="CSSPrimitiveValue"
    readonly="yes">
    <descr>
      <p>
        This attribute is used for the left of the rect.
      </p>
    </descr>
  </attribute>

</interface>