Class TextHighlightType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.TextHighlightType
-
public class TextHighlightType 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 the display of contents for which the syntax highlighter was unable to identify a known language.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcolorprotected StringfontFamilyprotected FontOriginModeTypefontOriginprotected StringfontSizeprotected StringlineHeightprotected BooleanlineNumbersprotected TextWrapModeTypewordBreak
-
Constructor Summary
Constructors Constructor Description TextHighlightType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the value of the color 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.StringgetLineHeight()Gets the value of the lineHeight property.TextWrapModeTypegetWordBreak()Gets the value of the wordBreak property.booleanisLineNumbers()Gets the value of the lineNumbers property.booleanisSetColor()booleanisSetFontFamily()booleanisSetFontOrigin()booleanisSetFontSize()booleanisSetLineHeight()booleanisSetLineNumbers()booleanisSetWordBreak()voidsetColor(String value)Sets the value of the color 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.voidsetLineHeight(String value)Sets the value of the lineHeight property.voidsetLineNumbers(boolean value)Sets the value of the lineNumbers property.voidsetWordBreak(TextWrapModeType value)Sets the value of the wordBreak property.voidunsetLineNumbers()
-
-
-
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
-
color
protected String color
-
-
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()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isSetColor
public boolean isSetColor()
-
-