LettersPositioningMethods

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class LettersPositioningMethods extends System.Enum

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

Fields

FieldDescription
UseEmUnitsAndCompensationOfRoundingErrorsInCssIt’s default method.
UsePixelUnitsInCssLetterSpacingForIEIt allows to get sometimes more precise results in old IE browser versions

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

UsePixelUnitsInCssLetterSpacingForIE

public static final int UsePixelUnitsInCssLetterSpacingForIE

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