public static class PdfHeadingDetection.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
PdfHeadingDetection.Builder |
addFontSetting(FontSetting fontSetting)
Adds a new element to fonts.
|
PdfHeadingDetection |
build()
Builds a PdfHeadingDetection.
|
PdfHeadingDetection.Builder |
fonts(List<FontSetting> fonts)
Set the fonts.
|
public PdfHeadingDetection build()
public PdfHeadingDetection.Builder addFontSetting(FontSetting fontSetting)
fontSetting
- the new element to be addedpublic PdfHeadingDetection.Builder fonts(List<FontSetting> fonts)
fonts
- the fontsCopyright © 2024 IBM Cloud. All rights reserved.