Uses of Class
com.itextpdf.layout.properties.BaseDirection
-
Packages that use BaseDirection Package Description com.itextpdf.layout com.itextpdf.layout.properties com.itextpdf.layout.renderer com.itextpdf.layout.renderer.typography -
-
Uses of BaseDirection in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type BaseDirection Modifier and Type Method Description T
ElementPropertyContainer. 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 BaseDirection Modifier and Type Method Description static BaseDirection
BaseDirection. valueOf(java.lang.String name)
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 BaseDirection Modifier and Type Method Description private BaseDirection
LineRenderer. applyOtf()
Apply OTF features and return the last(!) base direction of child rendererMethods in com.itextpdf.layout.renderer with parameters of type BaseDirection Modifier and Type Method Description (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 BaseDirection Modifier and Type Method Description byte[]
AbstractTypographyApplier. getBidiLevels(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo)
byte[]
DefaultTypographyApplier. getBidiLevels(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo)
-