Uses of Class
com.ibm.watson.discovery.v1.model.FontSetting
| Package | Description |
|---|---|
| com.ibm.watson.discovery.v1.model |
-
Uses of FontSetting in com.ibm.watson.discovery.v1.model
Methods in com.ibm.watson.discovery.v1.model that return FontSetting Modifier and Type Method Description FontSettingFontSetting.Builder. build()Builds a FontSetting.Methods in com.ibm.watson.discovery.v1.model that return types with arguments of type FontSetting Modifier and Type Method Description List<FontSetting>PdfHeadingDetection. fonts()Gets the fonts.List<FontSetting>WordHeadingDetection. fonts()Gets the fonts.Methods in com.ibm.watson.discovery.v1.model with parameters of type FontSetting Modifier and Type Method Description PdfHeadingDetection.BuilderPdfHeadingDetection.Builder. addFontSetting(FontSetting fontSetting)Adds an fontSetting to fonts.WordHeadingDetection.BuilderWordHeadingDetection.Builder. addFontSetting(FontSetting fontSetting)Adds an fontSetting to fonts.Method parameters in com.ibm.watson.discovery.v1.model with type arguments of type FontSetting Modifier and Type Method Description PdfHeadingDetection.BuilderPdfHeadingDetection.Builder. fonts(List<FontSetting> fonts)Set the fonts.WordHeadingDetection.BuilderWordHeadingDetection.Builder. fonts(List<FontSetting> fonts)Set the fonts.