Class CommonRelativePosition

java.lang.Object
org.apache.fop.fo.properties.CommonRelativePosition

public class CommonRelativePosition extends Object
Store all common relative position properties. See Sec 7.12 of the XSL-FO Standard. Public "structure" allows direct member access.
  • Field Details

    • relativePosition

      public int relativePosition
      The "relative-position" property.
    • top

      public Length top
      The "top" property.
    • bottom

      public Length bottom
      The "bottom" property.
    • left

      public Length left
      The "left" property.
  • Constructor Details

    • CommonRelativePosition

      public CommonRelativePosition(PropertyList pList) throws PropertyException
      Create a CommonRelativePosition object.
      Parameters:
      pList - The PropertyList with propery values.
      Throws:
      PropertyException - if a property exception occurs