Uses of Class
org.apache.fop.traits.Direction
-
Packages that use Direction Package Description org.apache.fop.complexscripts.bidi org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.render Generic renderer interface.org.apache.fop.traits Trait classes and other supporting data structures. -
-
Uses of Direction in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi with parameters of type Direction Modifier and Type Method Description static int[]UnicodeBidiAlgorithm. resolveLevels(java.lang.CharSequence cs, Direction defaultLevel)Resolve the directionality levels of each character in a character seqeunce. -
Uses of Direction in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return Direction Modifier and Type Method Description DirectionBlockContainer. getBlockProgressionDirection()Obtain block progression direction.DirectionInlineContainer. getBlockProgressionDirection()DirectionBlockContainer. getColumnProgressionDirection()Obtain column progression direction.DirectionInlineContainer. getColumnProgressionDirection()DirectionBlockContainer. getInlineProgressionDirection()Obtain inline progression direction.DirectionInlineContainer. getInlineProgressionDirection()DirectionBlockContainer. getRowProgressionDirection()Obtain row progression direction.DirectionInlineContainer. getRowProgressionDirection()DirectionBlockContainer. getShiftDirection()Obtain (baseline) shift direction.DirectionInlineContainer. getShiftDirection() -
Uses of Direction in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return Direction Modifier and Type Method Description DirectionTable. getBlockProgressionDirection()DirectionTable. getColumnProgressionDirection()DirectionTable. getInlineProgressionDirection()DirectionTable. getRowProgressionDirection()DirectionTable. getShiftDirection() -
Uses of Direction in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return Direction Modifier and Type Method Description DirectionPageSequence. getBlockProgressionDirection()DirectionPageSequence. getColumnProgressionDirection()DirectionPageSequence. getInlineProgressionDirection()DirectionPageSequence. getRowProgressionDirection()DirectionPageSequence. getShiftDirection() -
Uses of Direction in org.apache.fop.render
Fields in org.apache.fop.render declared as Direction Modifier and Type Field Description protected DirectionAbstractRenderer. blockProgressionDirectionThe block progression direction (for change bars)protected DirectionAbstractRenderer. inlineProgressionDirectionThe inline progression direction (for change bars) -
Uses of Direction in org.apache.fop.traits
Fields in org.apache.fop.traits declared as Direction Modifier and Type Field Description static DirectionDirection. BTdirection: bottom-to-topstatic DirectionDirection. LRdirection: left-to-rightstatic DirectionDirection. RLdirection: right-to-leftstatic DirectionDirection. TBdirection: top-to-bottomMethods in org.apache.fop.traits that return Direction Modifier and Type Method Description DirectionWritingModeTraits. getBlockProgressionDirection()DirectionWritingModeTraitsGetter. getBlockProgressionDirection()DirectionWritingModeTraits. getColumnProgressionDirection()DirectionWritingModeTraitsGetter. getColumnProgressionDirection()DirectionWritingModeTraits. getInlineProgressionDirection()DirectionWritingModeTraitsGetter. getInlineProgressionDirection()DirectionWritingModeTraits. getRowProgressionDirection()DirectionWritingModeTraitsGetter. getRowProgressionDirection()DirectionWritingModeTraits. getShiftDirection()DirectionWritingModeTraitsGetter. getShiftDirection()static DirectionDirection. valueOf(int enumValue)Returns the enumeration/singleton object based on its name.static DirectionDirection. valueOf(java.lang.String name)Returns the enumeration/singleton object based on its name.Methods in org.apache.fop.traits with parameters of type Direction Modifier and Type Method Description voidWritingModeTraits. setBlockProgressionDirection(Direction direction)voidWritingModeTraitsSetter. setBlockProgressionDirection(Direction direction)Set value of block-progression-direction trait.voidWritingModeTraits. setColumnProgressionDirection(Direction direction)voidWritingModeTraitsSetter. setColumnProgressionDirection(Direction direction)Set value of column-progression-direction trait.voidWritingModeTraits. setInlineProgressionDirection(Direction direction)voidWritingModeTraitsSetter. setInlineProgressionDirection(Direction direction)Set value of inline-progression-direction trait.voidWritingModeTraits. setRowProgressionDirection(Direction direction)voidWritingModeTraitsSetter. setRowProgressionDirection(Direction direction)Set value of row-progression-direction trait.voidWritingModeTraits. setShiftDirection(Direction direction)voidWritingModeTraitsSetter. setShiftDirection(Direction direction)Set value of shift-direction trait.
-