Package com.dynamicpdf.api
Class PdfContent
java.lang.Object
com.dynamicpdf.api.PdfContent
Represents the pdf content
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets or sets the page number.getText()Gets the text in the pdf.voidsetPageNumber(int value)Sets the page number.voidGets the text in the pdf.
-
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
Gets the text in the pdf.- Returns:
- The text in the pdf.
-
setText
Gets the text in the pdf.- Parameters:
value- The text in the pdf.
-