Class InlineBlock

All Implemented Interfaces:
Serializable, Cloneable

public class InlineBlock extends InlineParent
This is the inline block area class. It wraps the child block when it has to be placed into inline parent.
See Also:
  • Constructor Details

    • InlineBlock

      public InlineBlock(Block block)
  • Method Details

    • getBlock

      public Block getBlock()
      Returns:
      the wrapped block