Package com.dynamicpdf.api
Class PdfTextResponse
java.lang.Object
com.dynamicpdf.api.Response
com.dynamicpdf.api.JsonResponse
com.dynamicpdf.api.PdfTextResponse
Represents the pdf text response.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of thePdfTextResponseclass.PdfTextResponse(String jsonContent)Initializes a new instance of thePdfResponseclass. -
Method Summary
Modifier and TypeMethodDescriptionGets the collection of PdfContent.Methods inherited from class com.dynamicpdf.api.JsonResponse
getJsonContentMethods inherited from class com.dynamicpdf.api.Response
getErrorId, getErrorJson, getErrorMessage, getIsSuccessful, getStatusCode
-
Constructor Details
-
PdfTextResponse
public PdfTextResponse()Initializes a new instance of thePdfTextResponseclass. -
PdfTextResponse
Initializes a new instance of thePdfResponseclass.- Parameters:
jsonContent- The json content
-
-
Method Details
-
getContent
Gets the collection of PdfContent.- Returns:
- The collection of PdfContent.
-