com.aspose.html.saving

Class MarkdownFormatter

  • java.lang.Object
    • com.aspose.html.internal.ms.System.ValueType<com.aspose.html.internal.ms.System.Enum>
      • com.aspose.html.internal.ms.System.Enum
        • com.aspose.html.saving.MarkdownFormatter


  • public final class MarkdownFormatter
    extends com.aspose.html.internal.ms.System.Enum

    Specifies the way output will be formatted.

    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field and Description
      static int Default
      Document will be saved using default markdown style.
      static int Git
      Document will be saved using Git markdown style.
      • Fields inherited from class com.aspose.html.internal.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

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

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Default

        public static final int Default

        Document will be saved using default markdown style.

        See Also:
        Constant Field Values
      • Git

        public static final int Git

        Document will be saved using Git markdown style.

        See Also:
        Constant Field Values