public class SyntaxHighlightType extends Object
Java class for SyntaxHighlightType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntaxHighlightType">
<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="true" />
<attribute name="lineHeight" type="{http://www.w3.org/2001/XMLSchema}string" default="12px" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="available" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="relevance" type="{http://www.w3.org/2001/XMLSchema}int" default="90" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
available |
protected String |
fontFamily |
protected FontOriginModeType |
fontOrigin |
protected String |
fontSize |
protected String |
language |
protected String |
lineHeight |
protected Boolean |
lineNumbers |
protected Integer |
relevance |
protected TextWrapModeType |
wordBreak |
| Constructor and Description |
|---|
SyntaxHighlightType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailable()
Gets the value of the available 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 |
getLanguage()
Gets the value of the language property.
|
String |
getLineHeight()
Gets the value of the lineHeight property.
|
int |
getRelevance()
Gets the value of the relevance property.
|
TextWrapModeType |
getWordBreak()
Gets the value of the wordBreak property.
|
boolean |
isLineNumbers()
Gets the value of the lineNumbers property.
|
boolean |
isSetAvailable() |
boolean |
isSetFontFamily() |
boolean |
isSetFontOrigin() |
boolean |
isSetFontSize() |
boolean |
isSetLanguage() |
boolean |
isSetLineHeight() |
boolean |
isSetLineNumbers() |
boolean |
isSetRelevance() |
boolean |
isSetWordBreak() |
void |
setAvailable(String value)
Sets the value of the available 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 |
setLanguage(String value)
Sets the value of the language property.
|
void |
setLineHeight(String value)
Sets the value of the lineHeight property.
|
void |
setLineNumbers(boolean value)
Sets the value of the lineNumbers property.
|
void |
setRelevance(int value)
Sets the value of the relevance property.
|
void |
setWordBreak(TextWrapModeType value)
Sets the value of the wordBreak property.
|
void |
unsetLineNumbers() |
void |
unsetRelevance() |
protected String fontSize
protected FontOriginModeType fontOrigin
protected String fontFamily
protected TextWrapModeType wordBreak
protected Boolean lineNumbers
protected String lineHeight
protected String language
protected String available
protected Integer relevance
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 getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
public String getAvailable()
Stringpublic void setAvailable(String value)
value - allowed object is
Stringpublic boolean isSetAvailable()
public int getRelevance()
Integerpublic void setRelevance(int value)
value - allowed object is
Integerpublic boolean isSetRelevance()
public void unsetRelevance()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.