Class SyntaxHighlightType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SyntaxHighlightType
-
public class SyntaxHighlightType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">This element is used to configure language detection and the representation of syntax elements in recognized programming/script languages.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringavailableprotected StringfontFamilyprotected FontOriginModeTypefontOriginprotected StringfontSizeprotected Stringlanguageprotected StringlineHeightprotected BooleanlineNumbersprotected Integerrelevanceprotected TextWrapModeTypewordBreak
-
Constructor Summary
Constructors Constructor Description SyntaxHighlightType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvailable()Gets the value of the available property.StringgetFontFamily()Gets the value of the fontFamily property.FontOriginModeTypegetFontOrigin()Gets the value of the fontOrigin property.StringgetFontSize()Gets the value of the fontSize property.StringgetLanguage()Gets the value of the language property.StringgetLineHeight()Gets the value of the lineHeight property.intgetRelevance()Gets the value of the relevance property.TextWrapModeTypegetWordBreak()Gets the value of the wordBreak property.booleanisLineNumbers()Gets the value of the lineNumbers property.booleanisSetAvailable()booleanisSetFontFamily()booleanisSetFontOrigin()booleanisSetFontSize()booleanisSetLanguage()booleanisSetLineHeight()booleanisSetLineNumbers()booleanisSetRelevance()booleanisSetWordBreak()voidsetAvailable(String value)Sets the value of the available property.voidsetFontFamily(String value)Sets the value of the fontFamily property.voidsetFontOrigin(FontOriginModeType value)Sets the value of the fontOrigin property.voidsetFontSize(String value)Sets the value of the fontSize property.voidsetLanguage(String value)Sets the value of the language property.voidsetLineHeight(String value)Sets the value of the lineHeight property.voidsetLineNumbers(boolean value)Sets the value of the lineNumbers property.voidsetRelevance(int value)Sets the value of the relevance property.voidsetWordBreak(TextWrapModeType value)Sets the value of the wordBreak property.voidunsetLineNumbers()voidunsetRelevance()
-
-
-
Field Detail
-
fontSize
protected String fontSize
-
fontOrigin
protected FontOriginModeType fontOrigin
-
fontFamily
protected String fontFamily
-
wordBreak
protected TextWrapModeType wordBreak
-
lineNumbers
protected Boolean lineNumbers
-
lineHeight
protected String lineHeight
-
language
protected String language
-
available
protected String available
-
relevance
protected Integer relevance
-
-
Method Detail
-
getFontSize
public String getFontSize()
Gets the value of the fontSize property.- Returns:
- possible object is
String
-
setFontSize
public void setFontSize(String value)
Sets the value of the fontSize property.- Parameters:
value- allowed object isString
-
isSetFontSize
public boolean isSetFontSize()
-
getFontOrigin
public FontOriginModeType getFontOrigin()
Gets the value of the fontOrigin property.- Returns:
- possible object is
FontOriginModeType
-
setFontOrigin
public void setFontOrigin(FontOriginModeType value)
Sets the value of the fontOrigin property.- Parameters:
value- allowed object isFontOriginModeType
-
isSetFontOrigin
public boolean isSetFontOrigin()
-
getFontFamily
public String getFontFamily()
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
public void setFontFamily(String value)
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
isSetFontFamily
public boolean isSetFontFamily()
-
getWordBreak
public TextWrapModeType getWordBreak()
Gets the value of the wordBreak property.- Returns:
- possible object is
TextWrapModeType
-
setWordBreak
public void setWordBreak(TextWrapModeType value)
Sets the value of the wordBreak property.- Parameters:
value- allowed object isTextWrapModeType
-
isSetWordBreak
public boolean isSetWordBreak()
-
isLineNumbers
public boolean isLineNumbers()
Gets the value of the lineNumbers property.- Returns:
- possible object is
Boolean
-
setLineNumbers
public void setLineNumbers(boolean value)
Sets the value of the lineNumbers property.- Parameters:
value- allowed object isBoolean
-
isSetLineNumbers
public boolean isSetLineNumbers()
-
unsetLineNumbers
public void unsetLineNumbers()
-
getLineHeight
public String getLineHeight()
Gets the value of the lineHeight property.- Returns:
- possible object is
String
-
setLineHeight
public void setLineHeight(String value)
Sets the value of the lineHeight property.- Parameters:
value- allowed object isString
-
isSetLineHeight
public boolean isSetLineHeight()
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isSetLanguage
public boolean isSetLanguage()
-
getAvailable
public String getAvailable()
Gets the value of the available property.- Returns:
- possible object is
String
-
setAvailable
public void setAvailable(String value)
Sets the value of the available property.- Parameters:
value- allowed object isString
-
isSetAvailable
public boolean isSetAvailable()
-
getRelevance
public int getRelevance()
Gets the value of the relevance property.- Returns:
- possible object is
Integer
-
setRelevance
public void setRelevance(int value)
Sets the value of the relevance property.- Parameters:
value- allowed object isInteger
-
isSetRelevance
public boolean isSetRelevance()
-
unsetRelevance
public void unsetRelevance()
-
-