Class PdfContent

java.lang.Object
com.dynamicpdf.api.PdfContent

public class PdfContent extends Object
Represents the pdf content
  • Constructor Details

    • PdfContent

      public PdfContent()
  • Method Details

    • getPageNumber

      public int getPageNumber()
      Gets or sets the page number.
      Returns:
      The page number.
    • setPageNumber

      public void setPageNumber(int value)
      Sets the page number.
      Parameters:
      value - The page number.
    • getText

      public String getText()
      Gets the text in the pdf.
      Returns:
      The text in the pdf.
    • setText

      public void setText(String value)
      Gets the text in the pdf.
      Parameters:
      value - The text in the pdf.