public class TextHighlightType extends Object
Java class for TextHighlightType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextHighlightType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}string" default="10px" />
<attribute name="fontOrigin" type="{http://schema.webpdf.de/1.0/operation}FontOriginModeType" default="system" />
<attribute name="fontFamily" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="wordBreak" type="{http://schema.webpdf.de/1.0/operation}TextWrapModeType" default="auto" />
<attribute name="lineNumbers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="lineHeight" type="{http://www.w3.org/2001/XMLSchema}string" default="12px" />
<attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" default="#000000" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
fontFamily |
protected FontOriginModeType |
fontOrigin |
protected String |
fontSize |
protected String |
lineHeight |
protected Boolean |
lineNumbers |
protected TextWrapModeType |
wordBreak |
| Constructor and Description |
|---|
TextHighlightType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
FontOriginModeType |
getFontOrigin()
Gets the value of the fontOrigin property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
String |
getLineHeight()
Gets the value of the lineHeight property.
|
TextWrapModeType |
getWordBreak()
Gets the value of the wordBreak property.
|
boolean |
isLineNumbers()
Gets the value of the lineNumbers property.
|
boolean |
isSetColor() |
boolean |
isSetFontFamily() |
boolean |
isSetFontOrigin() |
boolean |
isSetFontSize() |
boolean |
isSetLineHeight() |
boolean |
isSetLineNumbers() |
boolean |
isSetWordBreak() |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontOrigin(FontOriginModeType value)
Sets the value of the fontOrigin property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setLineHeight(String value)
Sets the value of the lineHeight property.
|
void |
setLineNumbers(boolean value)
Sets the value of the lineNumbers property.
|
void |
setWordBreak(TextWrapModeType value)
Sets the value of the wordBreak property.
|
void |
unsetLineNumbers() |
protected String fontSize
protected FontOriginModeType fontOrigin
protected String fontFamily
protected TextWrapModeType wordBreak
protected Boolean lineNumbers
protected String lineHeight
protected String color
public String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic boolean isSetFontSize()
public FontOriginModeType getFontOrigin()
FontOriginModeTypepublic void setFontOrigin(FontOriginModeType value)
value - allowed object is
FontOriginModeTypepublic boolean isSetFontOrigin()
public String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic boolean isSetFontFamily()
public TextWrapModeType getWordBreak()
TextWrapModeTypepublic void setWordBreak(TextWrapModeType value)
value - allowed object is
TextWrapModeTypepublic boolean isSetWordBreak()
public boolean isLineNumbers()
Booleanpublic void setLineNumbers(boolean value)
value - allowed object is
Booleanpublic boolean isSetLineNumbers()
public void unsetLineNumbers()
public String getLineHeight()
Stringpublic void setLineHeight(String value)
value - allowed object is
Stringpublic boolean isSetLineHeight()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.