Uses of Class
com.levigo.jadice.server.documentplatform.PageNumberDecoratorProcessor.ZPosition
-
Packages that use PageNumberDecoratorProcessor.ZPosition Package Description com.levigo.jadice.server.documentplatform -
-
Uses of PageNumberDecoratorProcessor.ZPosition in com.levigo.jadice.server.documentplatform
Methods in com.levigo.jadice.server.documentplatform that return PageNumberDecoratorProcessor.ZPosition Modifier and Type Method Description PageNumberDecoratorProcessor.ZPosition
PageNumberDecoratorProcessor. getPosition()
static PageNumberDecoratorProcessor.ZPosition
PageNumberDecoratorProcessor.ZPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static PageNumberDecoratorProcessor.ZPosition[]
PageNumberDecoratorProcessor.ZPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.documentplatform with parameters of type PageNumberDecoratorProcessor.ZPosition Modifier and Type Method Description void
PageNumberDecoratorProcessor. setPosition(PageNumberDecoratorProcessor.ZPosition position)
-