Interface IPLBlockElement<IMPLTYPE extends IPLBlockElement<IMPLTYPE>>

    • Field Detail

      • DEFAULT_FULL_WIDTH

        static final boolean DEFAULT_FULL_WIDTH
        By default all block elements are full width.
        See Also:
        Constant Field Values
    • Method Detail

      • isFullWidth

        boolean isFullWidth()
        Returns:
        Should the element occupy the full width? The default is DEFAULT_FULL_WIDTH.
      • setFullWidth

        @Nonnull
        IMPLTYPE setFullWidth​(boolean bFullWidth)
        Set usage of full width.
        Parameters:
        bFullWidth - true to enable full width, false to use only what is available.
        Returns:
        this for chaining