public class ConverterTextType extends Object
Java class for ConverterTextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterTextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="syntaxHighlight" type="{http://schema.webpdf.de/1.0/operation}SyntaxHighlightType" minOccurs="0"/>
<element name="textHighlight" type="{http://schema.webpdf.de/1.0/operation}TextHighlightType" minOccurs="0"/>
</all>
<attribute name="useSyntaxDetection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SyntaxHighlightType |
syntaxHighlight |
protected TextHighlightType |
textHighlight |
protected Boolean |
useSyntaxDetection |
| Constructor and Description |
|---|
ConverterTextType() |
| Modifier and Type | Method and Description |
|---|---|
SyntaxHighlightType |
getSyntaxHighlight()
Gets the value of the syntaxHighlight property.
|
TextHighlightType |
getTextHighlight()
Gets the value of the textHighlight property.
|
boolean |
isSetSyntaxHighlight() |
boolean |
isSetTextHighlight() |
boolean |
isSetUseSyntaxDetection() |
boolean |
isUseSyntaxDetection()
Gets the value of the useSyntaxDetection property.
|
void |
setSyntaxHighlight(SyntaxHighlightType value)
Sets the value of the syntaxHighlight property.
|
void |
setTextHighlight(TextHighlightType value)
Sets the value of the textHighlight property.
|
void |
setUseSyntaxDetection(boolean value)
Sets the value of the useSyntaxDetection property.
|
void |
unsetUseSyntaxDetection() |
protected SyntaxHighlightType syntaxHighlight
protected TextHighlightType textHighlight
protected Boolean useSyntaxDetection
public SyntaxHighlightType getSyntaxHighlight()
SyntaxHighlightTypepublic void setSyntaxHighlight(SyntaxHighlightType value)
value - allowed object is
SyntaxHighlightTypepublic boolean isSetSyntaxHighlight()
public TextHighlightType getTextHighlight()
TextHighlightTypepublic void setTextHighlight(TextHighlightType value)
value - allowed object is
TextHighlightTypepublic boolean isSetTextHighlight()
public boolean isUseSyntaxDetection()
Booleanpublic void setUseSyntaxDetection(boolean value)
value - allowed object is
Booleanpublic boolean isSetUseSyntaxDetection()
public void unsetUseSyntaxDetection()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.