Class NormalFlow

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class NormalFlow
    extends BlockParent
    The normal-flow-reference-area class. Each span-reference-area contains one or more of these objects See fo:region-body definition in the XSL Rec for more information.
    See Also:
    Serialized Form
    • Constructor Detail

      • NormalFlow

        public NormalFlow​(int ipd)
        Constructor.
        Parameters:
        ipd - of Normal flow object
    • Method Detail

      • addBlock

        public void addBlock​(Block block)
        Add the block area to this block parent.
        Overrides:
        addBlock in class BlockParent
        Parameters:
        block - the child block area to add