Interface PDFInline

All Superinterfaces:
IPDFElement
All Known Implementing Classes:
PDFComponent, PDFText

public interface PDFInline extends IPDFElement
Internal Use Only.

Represents an inline contents in a paragraph in a PDF document.

Author:
Jamson Chan
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Returns the width of the PDFInline.
    boolean
    Returns whether the PDFInline is a space.
  • Method Details

    • getWidth

      float getWidth()
      Returns the width of the PDFInline.
      Returns:
      the width of the PDFInline
    • isSpace

      boolean isSpace()
      Returns whether the PDFInline is a space.
      Returns:
      whether the PDFInline is a space