Uses of Enum
com.winnovative_software.ViewerTextOrder
-
Uses of ViewerTextOrder in com.winnovative_software
Methods in com.winnovative_software that return ViewerTextOrderModifier and TypeMethodDescriptionViewerPreferences.direction()
Gets the predominant reading order for text when displaying the PDF document generated by the HTML to PDF converterstatic ViewerTextOrder
Returns the enum constant of this type with the specified name.static ViewerTextOrder[]
ViewerTextOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type ViewerTextOrderModifier and TypeMethodDescriptionvoid
ViewerPreferences.setDirection
(ViewerTextOrder direction) Sets the predominant reading order for text when displaying the PDF document generated by the HTML to PDF converter.