Uses of Class
org.docx4j.wml.TextDirection
Packages that use TextDirection
-
Uses of TextDirection in org.docx4j.model.properties.table.tc
Constructors in org.docx4j.model.properties.table.tc with parameters of type TextDirection -
Uses of TextDirection in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return TextDirectionModifier and TypeMethodDescriptionstatic TextDirectionStyleUtil.apply(TextDirection source, TextDirection destination) Methods in org.docx4j.model.styles with parameters of type TextDirectionModifier and TypeMethodDescriptionstatic TextDirectionStyleUtil.apply(TextDirection source, TextDirection destination) static booleanStyleUtil.areEqual(TextDirection textDirection1, TextDirection textDirection2) static booleanStyleUtil.isEmpty(TextDirection textDirection) -
Uses of TextDirection in org.docx4j.wml
Fields in org.docx4j.wml declared as TextDirectionModifier and TypeFieldDescriptionprotected TextDirectionPPrBase.textDirectionprotected TextDirectionSectPr.textDirectionprotected TextDirectionSectPrBase.textDirectionprotected TextDirectionTcPrInner.textDirectionMethods in org.docx4j.wml that return TextDirectionModifier and TypeMethodDescriptionObjectFactory.createTextDirection()Create an instance ofTextDirectionPPrBase.getTextDirection()Gets the value of the textDirection property.SectPr.getTextDirection()Gets the value of the textDirection property.SectPrBase.getTextDirection()Gets the value of the textDirection property.TcPrInner.getTextDirection()Gets the value of the textDirection property.Methods in org.docx4j.wml with parameters of type TextDirectionModifier and TypeMethodDescriptionvoidPPrBase.setTextDirection(TextDirection value) Sets the value of the textDirection property.voidSectPr.setTextDirection(TextDirection value) Sets the value of the textDirection property.voidSectPrBase.setTextDirection(TextDirection value) Sets the value of the textDirection property.voidTcPrInner.setTextDirection(TextDirection value) Sets the value of the textDirection property.