Uses of Enum Class
jfx.incubator.scene.control.richtext.model.ParagraphDirection
Packages that use ParagraphDirection
-
Uses of ParagraphDirection in jfx.incubator.scene.control.richtext.model
Subclasses with type arguments of type ParagraphDirection in jfx.incubator.scene.control.richtext.modelFields in jfx.incubator.scene.control.richtext.model with type parameters of type ParagraphDirectionModifier and TypeFieldDescriptionstatic final StyleAttribute<ParagraphDirection> StyleAttributeMap.PARAGRAPH_DIRECTIONParagraph direction attribute.Methods in jfx.incubator.scene.control.richtext.model that return ParagraphDirectionModifier and TypeMethodDescriptionStyleAttributeMap.getParagraphDirection()This convenience method returns the value ofStyleAttributeMap.PARAGRAPH_DIRECTIONparagraph attribute, or null if the value is not set.static ParagraphDirectionReturns the enum constant of this class with the specified name.static ParagraphDirection[]ParagraphDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfx.incubator.scene.control.richtext.model with parameters of type ParagraphDirectionModifier and TypeMethodDescriptionStyleAttributeMap.Builder.setRTL(ParagraphDirection d) Sets the paragraph direction attribute.