public class FontSetting
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FontSetting.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Boolean | bold()Gets the bold. | 
| java.lang.Boolean | italic()Gets the italic. | 
| java.lang.Long | level()Gets the level. | 
| java.lang.Long | maxSize()Gets the maxSize. | 
| java.lang.Long | minSize()Gets the minSize. | 
| java.lang.String | name()Gets the name. | 
| FontSetting.Builder | newBuilder()New builder. | 
public FontSetting.Builder newBuilder()
public java.lang.Long level()
public java.lang.Long minSize()
public java.lang.Long maxSize()
public java.lang.Boolean bold()
public java.lang.Boolean italic()
public java.lang.String name()