public class WordHeadingDetection extends GenericModel
Constructor and Description |
---|
WordHeadingDetection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FontSetting> |
getFonts()
Gets the fonts.
|
java.util.List<WordStyle> |
getStyles()
Gets the styles.
|
void |
setFonts(java.util.List<FontSetting> fonts)
Sets the fonts.
|
void |
setStyles(java.util.List<WordStyle> styles)
Sets the styles.
|
equals, hashCode, toString
public java.util.List<FontSetting> getFonts()
public java.util.List<WordStyle> getStyles()
public void setFonts(java.util.List<FontSetting> fonts)
fonts
- the new fontspublic void setStyles(java.util.List<WordStyle> styles)
styles
- the new styles