Uses of Enum
com.itextpdf.layout.properties.BaseDirection
Packages that use BaseDirection
Package
Description
-
Uses of BaseDirection in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type BaseDirectionModifier and TypeMethodDescriptionElementPropertyContainer.setBaseDirection
(BaseDirection baseDirection) This attribute specifies the base direction of directionally neutral text (i.e., text that doesn't have inherent directionality as defined in Unicode) in an element's content and attribute values. -
Uses of BaseDirection in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return BaseDirectionModifier and TypeMethodDescriptionstatic BaseDirection
Returns the enum constant of this type with the specified name.static BaseDirection[]
BaseDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BaseDirection in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return BaseDirectionModifier and TypeMethodDescriptionprivate BaseDirection
LineRenderer.applyOtf()
Apply OTF features and return the last(!) base direction of child rendererMethods in com.itextpdf.layout.renderer with parameters of type BaseDirectionModifier and TypeMethodDescription(package private) static byte[]
TypographyUtils.getBidiLevels
(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo) private void
LineRenderer.updateBidiLevels
(int totalNumberOfTrimmedGlyphs, BaseDirection baseDirection) -
Uses of BaseDirection in com.itextpdf.layout.renderer.typography
Methods in com.itextpdf.layout.renderer.typography with parameters of type BaseDirectionModifier and TypeMethodDescriptionbyte[]
AbstractTypographyApplier.getBidiLevels
(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo) byte[]
DefaultTypographyApplier.getBidiLevels
(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo)