Uses of Enum
com.evopdf.ViewerTextOrder
-
Uses of ViewerTextOrder in com.evopdf
Methods in com.evopdf 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.evopdf 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.