LettersPositioningMethods
Contents
[
Hide
]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
| Field | Description |
|---|---|
| UseEmUnitsAndCompensationOfRoundingErrorsInCss | It’s default method. |
| UsePixelUnitsInCssLetterSpacingForIE | It allows to get sometimes more precise results in old IE browser versions |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns 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:
| Parameter | Type | Description |
|---|---|---|
| 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