Class InlineBlock

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • InlineBlock

        public InlineBlock​(Block block)
    • Method Detail

      • getBlock

        public Block getBlock()
        Returns:
        the wrapped block