Class 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>
     
    • Constructor Detail

      • SyntaxHighlightType

        public SyntaxHighlightType()
    • 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 is String
      • isSetFontSize

        public boolean isSetFontSize()
      • 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 is String
      • isSetFontFamily

        public boolean isSetFontFamily()
      • setWordBreak

        public void setWordBreak​(TextWrapModeType value)
        Sets the value of the wordBreak property.
        Parameters:
        value - allowed object is TextWrapModeType
      • 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 is Boolean
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Integer
      • isSetRelevance

        public boolean isSetRelevance()
      • unsetRelevance

        public void unsetRelevance()