com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class SvgExternalFontsHandling

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.SvgExternalFontsHandling


  • public final class SvgExternalFontsHandling
    extends com.aspose.ms.System.Enum

    Represents a way to handle external fonts used for text drawing.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int AddLinksToFontFiles
      Add links to separate font files to style section of SVG file.
      static int Embed
      Save fonts data directly to SVG file.
      static int Vectorize
      Save all text using external fonts as graphics.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AddLinksToFontFiles

        public static final int AddLinksToFontFiles

        Add links to separate font files to style section of SVG file.

        See Also:
        Constant Field Values
      • Embed

        public static final int Embed

        Save fonts data directly to SVG file. Please check all external fonts license agreements before using this option.

        See Also:
        Constant Field Values
      • Vectorize

        public static final int Vectorize

        Save all text using external fonts as graphics.

        See Also:
        Constant Field Values