Uses of Class
org.docx4j.wml.TextDirection
Packages that use 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.