Interface IHCConversionSettings

    • Method Detail

      • getClone

        @Nonnull
        @ReturnsMutableCopy
        IHCConversionSettings getClone​(@Nonnull
                                       EHTMLVersion eHTMLVersion)
        Get a clone of this settings, but with a different HTML version.
        Parameters:
        eHTMLVersion - The new HTML version to use. May not be null.
        Returns:
        Never null.
      • getCloneIfNecessary

        @Nonnull
        IHCConversionSettings getCloneIfNecessary​(@Nonnull
                                                  EHTMLVersion eHTMLVersion)
        Get a clone of this settings, but with a different HTML version. If the passed HTML version equals this HTML version than this is returned unchanged.
        Parameters:
        eHTMLVersion - The new HTML version to use. May not be null.
        Returns:
        this or a clone of this.