LettersPositioningMethods

Inheritance: java.lang.Object, java.lang.Enum < LettersPositioningMethods > com.aspose.pdf.LettersPositioningMethods, java.lang.Enum < LettersPositioningMethods >, com.aspose.pdf.LettersPositioningMethods

All Implemented Interfaces: Serializable, Comparable < LettersPositioningMethods >

public enum LettersPositioningMethods extends Enum < LettersPositioningMethods >

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

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

UseEmUnitsAndCompensationOfRoundingErrorsInCss

public static final LettersPositioningMethods UseEmUnitsAndCompensationOfRoundingErrorsInCss

It’s default method.

UsePixelUnitsInCssLetterSpacingForIE

public static final LettersPositioningMethods UsePixelUnitsInCssLetterSpacingForIE

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

getByValue

public static LettersPositioningMethods getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static LettersPositioningMethods [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared