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

      • TextHighlightType

        public TextHighlightType()
    • 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()
      • 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 is String
      • isSetColor

        public boolean isSetColor()