Class AutotagPDFParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams
-
public class AutotagPDFParams extends Object
Parameters for creating a tagged PDF usingAutotagPDFJob
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutotagPDFParams.Builder
Builds anAutotagPDFParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutotagPDFParams.Builder
autotagPDFParamsBuilder()
Creates a new instance ofAutotagPDFParams.Builder
.boolean
isGenerateReport()
Returns a boolean value specifying whether an additional tagging report needs to be generated.boolean
isShiftHeadings()
Returns a boolean value specifying whether headings need to be shifted in the tagged PDF.
-
-
-
Method Detail
-
isGenerateReport
public boolean isGenerateReport()
Returns a boolean value specifying whether an additional tagging report needs to be generated.- Returns:
true
if tagging report will be generated,false
otherwise
-
isShiftHeadings
public boolean isShiftHeadings()
Returns a boolean value specifying whether headings need to be shifted in the tagged PDF.- Returns:
true
if headings will be shifted in the tagged PDF,false
otherwise
-
autotagPDFParamsBuilder
public static AutotagPDFParams.Builder autotagPDFParamsBuilder()
Creates a new instance ofAutotagPDFParams.Builder
.- Returns:
- a
AutotagPDFParams.Builder
instance
-
-