public class TextProperties extends Object implements TagParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
TextProperties.Underline
20.380 : none,solid,dotted,dash,long-dash,dot-dash,dot-dot-dash,wave
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
static TextPropertiesBuilder |
builder() |
FontFace |
getFontFace() |
boolean |
isNotEmpty() |
TextPropertiesBuilder |
toBuilder() |
public static TextPropertiesBuilder builder()
public void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
XMLConvertibleappendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if the style can't be addedpublic boolean isNotEmpty()
public FontFace getFontFace()
public TextPropertiesBuilder toBuilder()
Copyright © 2016–2021. All rights reserved.