public class FontSetting
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
FontSetting.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
bold()
Gets the bold.
|
Boolean |
italic()
Gets the italic.
|
Long |
level()
Gets the level.
|
Long |
maxSize()
Gets the maxSize.
|
Long |
minSize()
Gets the minSize.
|
String |
name()
Gets the name.
|
FontSetting.Builder |
newBuilder()
New builder.
|
public FontSetting.Builder newBuilder()
public Long level()
The HTML heading level that any content with the matching font is converted to.
public Long minSize()
The minimum size of the font to match.
public Long maxSize()
The maximum size of the font to match.
public Boolean bold()
When `true`, the font is matched if it is bold.
public Boolean italic()
When `true`, the font is matched if it is italic.
public String name()
The name of the font.
Copyright © 2024 IBM Cloud. All rights reserved.