public class TextElementData extends Object
Java class for text-element-data complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="text-element-data">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{}text-direction"/>
<attGroup ref="{}font"/>
<attGroup ref="{}text-decoration"/>
<attGroup ref="{}letter-spacing"/>
<attGroup ref="{}color"/>
<attGroup ref="{}text-rotation"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected TextDirection |
dir |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected String |
lang |
protected String |
letterSpacing |
protected Integer |
lineThrough |
protected Integer |
overline |
protected BigDecimal |
rotation |
protected Integer |
underline |
protected String |
value |
| Constructor and Description |
|---|
TextElementData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
TextDirection |
getDir()
Gets the value of the dir property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
FontStyle |
getFontStyle()
Gets the value of the fontStyle property.
|
FontWeight |
getFontWeight()
Gets the value of the fontWeight property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getLetterSpacing()
Gets the value of the letterSpacing property.
|
Integer |
getLineThrough()
Gets the value of the lineThrough property.
|
Integer |
getOverline()
Gets the value of the overline property.
|
BigDecimal |
getRotation()
Gets the value of the rotation property.
|
Integer |
getUnderline()
Gets the value of the underline property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDir(TextDirection value)
Sets the value of the dir property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStyle(FontStyle value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(FontWeight value)
Sets the value of the fontWeight property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setLetterSpacing(String value)
Sets the value of the letterSpacing property.
|
void |
setLineThrough(Integer value)
Sets the value of the lineThrough property.
|
void |
setOverline(Integer value)
Sets the value of the overline property.
|
void |
setRotation(BigDecimal value)
Sets the value of the rotation property.
|
void |
setUnderline(Integer value)
Sets the value of the underline property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String lang
protected TextDirection dir
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
protected Integer underline
protected Integer overline
protected Integer lineThrough
protected String letterSpacing
protected String color
protected BigDecimal rotation
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic TextDirection getDir()
TextDirectionpublic void setDir(TextDirection value)
value - allowed object is
TextDirectionpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic FontStyle getFontStyle()
FontStylepublic void setFontStyle(FontStyle value)
value - allowed object is
FontStylepublic String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic FontWeight getFontWeight()
FontWeightpublic void setFontWeight(FontWeight value)
value - allowed object is
FontWeightpublic Integer getUnderline()
Integerpublic void setUnderline(Integer value)
value - allowed object is
Integerpublic Integer getOverline()
Integerpublic void setOverline(Integer value)
value - allowed object is
Integerpublic Integer getLineThrough()
Integerpublic void setLineThrough(Integer value)
value - allowed object is
Integerpublic String getLetterSpacing()
Stringpublic void setLetterSpacing(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic BigDecimal getRotation()
BigDecimalpublic void setRotation(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.