com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class LettersPositioningMethods

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.LettersPositioningMethods


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

    It enumerates possible modes of positioning of letters in words in result HTML

    • 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
    • Method Summary

      • Methods inherited from class com.aspose.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

      • UseEmUnitsAndCompensationOfRoundingErrorsInCss

        public static final int UseEmUnitsAndCompensationOfRoundingErrorsInCss

        It's default method. It uses EM-units and special algorithm of compensation of rounding errors It's preferable for usage in IE10.0 and more fresh versions and gives better scaling of captions when scaling is necessary

        See Also:
        Constant Field Values
      • UsePixelUnitsInCssLetterSpacingForIE

        public static final int UsePixelUnitsInCssLetterSpacingForIE

        It allows to get sometimes more precise results in old IE browser versions

        See Also:
        Constant Field Values