Class WordStyle
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.WordStyle
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class WordStyle
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Microsoft Word styles to convert into a specified HTML head level.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WordStyle.Builder
Builder. -
Method Summary
Modifier and Type Method Description Long
level()
Gets the level.List<String>
names()
Gets the names.WordStyle.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a WordStyle builder
-
level
Gets the level.HTML head level that content matching this style is tagged with.
- Returns:
- the level
-
names
Gets the names.Array of word style names to convert.
- Returns:
- the names
-