Class CommonAbsolutePosition


  • public class CommonAbsolutePosition
    extends java.lang.Object
    Store all common absolute position properties. See Sec. 7.5 of the XSL-FO Standard. Public "structure" allows direct member access.
    • Field Detail

      • absolutePosition

        public int absolutePosition
        The "absolute-position" property.
      • top

        public Length top
        The "top" property.
      • right

        public Length right
        The "right" property.
      • bottom

        public Length bottom
        The "bottom" property.
      • left

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

      • CommonAbsolutePosition

        public CommonAbsolutePosition​(PropertyList pList)
                               throws PropertyException
        Create a CommonAbsolutePosition object.
        Parameters:
        pList - The PropertyList with propery values.
        Throws:
        PropertyException - if a property exception is raised
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object