internal override void RemoveEnding()
        {
            ParagraphFormatInfo pfInfo = (ParagraphFormatInfo)this.FormatInfo;

            pfInfo.RemoveEnding();
            Area contentArea = this.LayoutInfo.ContentArea;

            contentArea.Height -= this.LayoutInfo.TrailingHeight;
        }
        public override void RemoveEnding()
        {
            ParagraphFormatInfo pfInfo = (ParagraphFormatInfo)FormatInfo;

            pfInfo.RemoveEnding();
            Area contentArea = LayoutInfo.ContentArea;

            contentArea.Height -= LayoutInfo.TrailingHeight;
        }