Class NormalFlow

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • NormalFlow

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

    • 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