Class FontSpecMicroTypeConverter

java.lang.Object
com.helger.pdflayout.config.xml.FontSpecMicroTypeConverter
All Implemented Interfaces:
com.helger.xml.microdom.convert.IMicroTypeConverter<FontSpec>

public final class FontSpecMicroTypeConverter extends Object implements com.helger.xml.microdom.convert.IMicroTypeConverter<FontSpec>
Micro type converter for class FontSpec.
Author:
Saskia Reimerth, Philip Helger
  • Constructor Details

  • Method Details

    • convertToMicroElement

      @Nonnull public com.helger.xml.microdom.IMicroElement convertToMicroElement(@Nonnull FontSpec aValue, @Nullable String sNamespaceURI, @Nonnull String sTagName)
      Specified by:
      convertToMicroElement in interface com.helger.xml.microdom.convert.IMicroTypeConverter<FontSpec>
    • convertToNative

      @Nonnull public FontSpec convertToNative(@Nonnull com.helger.xml.microdom.IMicroElement aElement)
      Specified by:
      convertToNative in interface com.helger.xml.microdom.convert.IMicroTypeConverter<FontSpec>