Class FontFace


public class FontFace extends SVGFontFaceContent

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/2000/svg}SVG.font-face.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attribute name="font-family" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="font-style" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="font-variant" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="font-weight" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="font-stretch" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="font-size" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="unicode-range" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="units-per-em" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="panose-1" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="stemv" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="stemh" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="slope" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="cap-height" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="x-height" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="accent-height" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="ascent" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="descent" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="widths" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="bbox" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="ideographic" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="alphabetic" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="mathematical" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="hanging" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="v-ideographic" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="v-alphabetic" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="v-mathematical" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="v-hanging" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="underline-position" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="underline-thickness" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="strikethrough-position" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="strikethrough-thickness" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="overline-position" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="overline-thickness" type="{http://www.w3.org/2000/svg}Number.datatype" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • fontFamily

      protected String fontFamily
    • fontStyle

      protected String fontStyle
    • fontVariant

      protected String fontVariant
    • fontWeight

      protected String fontWeight
    • fontStretch

      protected String fontStretch
    • fontSize

      protected String fontSize
    • unicodeRange

      protected String unicodeRange
    • unitsPerEm

      protected String unitsPerEm
    • panose1

      protected String panose1
    • stemv

      protected String stemv
    • stemh

      protected String stemh
    • slope

      protected String slope
    • capHeight

      protected String capHeight
    • xHeight

      protected String xHeight
    • accentHeight

      protected String accentHeight
    • ascent

      protected String ascent
    • descent

      protected String descent
    • widths

      protected String widths
    • bbox

      protected String bbox
    • ideographic

      protected String ideographic
    • alphabetic

      protected String alphabetic
    • mathematical

      protected String mathematical
    • hanging

      protected String hanging
    • vIdeographic

      protected String vIdeographic
    • vAlphabetic

      protected String vAlphabetic
    • vMathematical

      protected String vMathematical
    • vHanging

      protected String vHanging
    • underlinePosition

      protected String underlinePosition
    • underlineThickness

      protected String underlineThickness
    • strikethroughPosition

      protected String strikethroughPosition
    • strikethroughThickness

      protected String strikethroughThickness
    • overlinePosition

      protected String overlinePosition
    • overlineThickness

      protected String overlineThickness
    • id

      protected String id
    • base

      protected String base
    • space

      protected String space
    • lang

      protected String lang
  • Constructor Details

    • FontFace

      public FontFace()
  • Method Details

    • 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
    • getFontStyle

      public String getFontStyle()
      Gets the value of the fontStyle property.
      Returns:
      possible object is String
    • setFontStyle

      public void setFontStyle(String value)
      Sets the value of the fontStyle property.
      Parameters:
      value - allowed object is String
    • getFontVariant

      public String getFontVariant()
      Gets the value of the fontVariant property.
      Returns:
      possible object is String
    • setFontVariant

      public void setFontVariant(String value)
      Sets the value of the fontVariant property.
      Parameters:
      value - allowed object is String
    • getFontWeight

      public String getFontWeight()
      Gets the value of the fontWeight property.
      Returns:
      possible object is String
    • setFontWeight

      public void setFontWeight(String value)
      Sets the value of the fontWeight property.
      Parameters:
      value - allowed object is String
    • getFontStretch

      public String getFontStretch()
      Gets the value of the fontStretch property.
      Returns:
      possible object is String
    • setFontStretch

      public void setFontStretch(String value)
      Sets the value of the fontStretch property.
      Parameters:
      value - allowed object is String
    • 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
    • getUnicodeRange

      public String getUnicodeRange()
      Gets the value of the unicodeRange property.
      Returns:
      possible object is String
    • setUnicodeRange

      public void setUnicodeRange(String value)
      Sets the value of the unicodeRange property.
      Parameters:
      value - allowed object is String
    • getUnitsPerEm

      public String getUnitsPerEm()
      Gets the value of the unitsPerEm property.
      Returns:
      possible object is String
    • setUnitsPerEm

      public void setUnitsPerEm(String value)
      Sets the value of the unitsPerEm property.
      Parameters:
      value - allowed object is String
    • getPanose1

      public String getPanose1()
      Gets the value of the panose1 property.
      Returns:
      possible object is String
    • setPanose1

      public void setPanose1(String value)
      Sets the value of the panose1 property.
      Parameters:
      value - allowed object is String
    • getStemv

      public String getStemv()
      Gets the value of the stemv property.
      Returns:
      possible object is String
    • setStemv

      public void setStemv(String value)
      Sets the value of the stemv property.
      Parameters:
      value - allowed object is String
    • getStemh

      public String getStemh()
      Gets the value of the stemh property.
      Returns:
      possible object is String
    • setStemh

      public void setStemh(String value)
      Sets the value of the stemh property.
      Parameters:
      value - allowed object is String
    • getSlope

      public String getSlope()
      Gets the value of the slope property.
      Returns:
      possible object is String
    • setSlope

      public void setSlope(String value)
      Sets the value of the slope property.
      Parameters:
      value - allowed object is String
    • getCapHeight

      public String getCapHeight()
      Gets the value of the capHeight property.
      Returns:
      possible object is String
    • setCapHeight

      public void setCapHeight(String value)
      Sets the value of the capHeight property.
      Parameters:
      value - allowed object is String
    • getXHeight

      public String getXHeight()
      Gets the value of the xHeight property.
      Returns:
      possible object is String
    • setXHeight

      public void setXHeight(String value)
      Sets the value of the xHeight property.
      Parameters:
      value - allowed object is String
    • getAccentHeight

      public String getAccentHeight()
      Gets the value of the accentHeight property.
      Returns:
      possible object is String
    • setAccentHeight

      public void setAccentHeight(String value)
      Sets the value of the accentHeight property.
      Parameters:
      value - allowed object is String
    • getAscent

      public String getAscent()
      Gets the value of the ascent property.
      Returns:
      possible object is String
    • setAscent

      public void setAscent(String value)
      Sets the value of the ascent property.
      Parameters:
      value - allowed object is String
    • getDescent

      public String getDescent()
      Gets the value of the descent property.
      Returns:
      possible object is String
    • setDescent

      public void setDescent(String value)
      Sets the value of the descent property.
      Parameters:
      value - allowed object is String
    • getWidths

      public String getWidths()
      Gets the value of the widths property.
      Returns:
      possible object is String
    • setWidths

      public void setWidths(String value)
      Sets the value of the widths property.
      Parameters:
      value - allowed object is String
    • getBbox

      public String getBbox()
      Gets the value of the bbox property.
      Returns:
      possible object is String
    • setBbox

      public void setBbox(String value)
      Sets the value of the bbox property.
      Parameters:
      value - allowed object is String
    • getIdeographic

      public String getIdeographic()
      Gets the value of the ideographic property.
      Returns:
      possible object is String
    • setIdeographic

      public void setIdeographic(String value)
      Sets the value of the ideographic property.
      Parameters:
      value - allowed object is String
    • getAlphabetic

      public String getAlphabetic()
      Gets the value of the alphabetic property.
      Returns:
      possible object is String
    • setAlphabetic

      public void setAlphabetic(String value)
      Sets the value of the alphabetic property.
      Parameters:
      value - allowed object is String
    • getMathematical

      public String getMathematical()
      Gets the value of the mathematical property.
      Returns:
      possible object is String
    • setMathematical

      public void setMathematical(String value)
      Sets the value of the mathematical property.
      Parameters:
      value - allowed object is String
    • getHanging

      public String getHanging()
      Gets the value of the hanging property.
      Returns:
      possible object is String
    • setHanging

      public void setHanging(String value)
      Sets the value of the hanging property.
      Parameters:
      value - allowed object is String
    • getVIdeographic

      public String getVIdeographic()
      Gets the value of the vIdeographic property.
      Returns:
      possible object is String
    • setVIdeographic

      public void setVIdeographic(String value)
      Sets the value of the vIdeographic property.
      Parameters:
      value - allowed object is String
    • getVAlphabetic

      public String getVAlphabetic()
      Gets the value of the vAlphabetic property.
      Returns:
      possible object is String
    • setVAlphabetic

      public void setVAlphabetic(String value)
      Sets the value of the vAlphabetic property.
      Parameters:
      value - allowed object is String
    • getVMathematical

      public String getVMathematical()
      Gets the value of the vMathematical property.
      Returns:
      possible object is String
    • setVMathematical

      public void setVMathematical(String value)
      Sets the value of the vMathematical property.
      Parameters:
      value - allowed object is String
    • getVHanging

      public String getVHanging()
      Gets the value of the vHanging property.
      Returns:
      possible object is String
    • setVHanging

      public void setVHanging(String value)
      Sets the value of the vHanging property.
      Parameters:
      value - allowed object is String
    • getUnderlinePosition

      public String getUnderlinePosition()
      Gets the value of the underlinePosition property.
      Returns:
      possible object is String
    • setUnderlinePosition

      public void setUnderlinePosition(String value)
      Sets the value of the underlinePosition property.
      Parameters:
      value - allowed object is String
    • getUnderlineThickness

      public String getUnderlineThickness()
      Gets the value of the underlineThickness property.
      Returns:
      possible object is String
    • setUnderlineThickness

      public void setUnderlineThickness(String value)
      Sets the value of the underlineThickness property.
      Parameters:
      value - allowed object is String
    • getStrikethroughPosition

      public String getStrikethroughPosition()
      Gets the value of the strikethroughPosition property.
      Returns:
      possible object is String
    • setStrikethroughPosition

      public void setStrikethroughPosition(String value)
      Sets the value of the strikethroughPosition property.
      Parameters:
      value - allowed object is String
    • getStrikethroughThickness

      public String getStrikethroughThickness()
      Gets the value of the strikethroughThickness property.
      Returns:
      possible object is String
    • setStrikethroughThickness

      public void setStrikethroughThickness(String value)
      Sets the value of the strikethroughThickness property.
      Parameters:
      value - allowed object is String
    • getOverlinePosition

      public String getOverlinePosition()
      Gets the value of the overlinePosition property.
      Returns:
      possible object is String
    • setOverlinePosition

      public void setOverlinePosition(String value)
      Sets the value of the overlinePosition property.
      Parameters:
      value - allowed object is String
    • getOverlineThickness

      public String getOverlineThickness()
      Gets the value of the overlineThickness property.
      Returns:
      possible object is String
    • setOverlineThickness

      public void setOverlineThickness(String value)
      Sets the value of the overlineThickness property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getBase

      public String getBase()
      Gets the value of the base property.
      Returns:
      possible object is String
    • setBase

      public void setBase(String value)
      Sets the value of the base property.
      Parameters:
      value - allowed object is String
    • getSpace

      public String getSpace()
      Gets the value of the space property.
      Returns:
      possible object is String
    • setSpace

      public void setSpace(String value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String