public class CommonTextDecoration extends Object
Constructor and Description |
---|
CommonTextDecoration()
Creates a new CommonTextDecoration object with default values.
|
Modifier and Type | Method and Description |
---|---|
static CommonTextDecoration |
createFromPropertyList(PropertyList pList)
Creates a CommonTextDecoration object from a property list.
|
Color |
getLineThroughColor() |
Color |
getOverlineColor() |
Color |
getUnderlineColor() |
boolean |
hasLineThrough() |
boolean |
hasOverline() |
boolean |
hasUnderline() |
boolean |
isBlinking() |
public CommonTextDecoration()
public static CommonTextDecoration createFromPropertyList(PropertyList pList) throws PropertyException
pList
- the property list to build the object forPropertyException
- if there's a problem while processing the propertypublic boolean hasUnderline()
public boolean hasOverline()
public boolean hasLineThrough()
public boolean isBlinking()
public Color getUnderlineColor()
public Color getOverlineColor()
public Color getLineThroughColor()
Copyright © 2025 Apache Software Foundation. All rights reserved.