Class FontType


  • public class FontType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a font format for a displayable page content.</p>
     

    Java class for FontType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="FontType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}float" default="10" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FontType

        public FontType()
    • Method Detail

      • isUnderline

        public boolean isUnderline()
        Gets the value of the underline property.
        Returns:
        possible object is Boolean
      • setUnderline

        public void setUnderline​(boolean value)
        Sets the value of the underline property.
        Parameters:
        value - allowed object is Boolean
      • isSetUnderline

        public boolean isSetUnderline()
      • unsetUnderline

        public void unsetUnderline()
      • getSize

        public float getSize()
        Gets the value of the size property.
        Returns:
        possible object is Float
      • setSize

        public void setSize​(float value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Float
      • isSetSize

        public boolean isSetSize()
      • unsetSize

        public void unsetSize()
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()