Uses of Class
org.docx4j.wml.TextDirection
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of TextDirection in org.docx4j.wml
Fields in org.docx4j.wml declared as TextDirection Modifier and Type Field Description protected TextDirectionPPrBase. textDirectionprotected TextDirectionSectPr. textDirectionprotected TextDirectionSectPrBase. textDirectionprotected TextDirectionTcPrInner. textDirectionMethods in org.docx4j.wml that return TextDirection Modifier and Type Method Description TextDirectionObjectFactory. createTextDirection()Create an instance ofTextDirectionTextDirectionPPrBase. getTextDirection()Gets the value of the textDirection property.TextDirectionSectPr. getTextDirection()Gets the value of the textDirection property.TextDirectionSectPrBase. getTextDirection()Gets the value of the textDirection property.TextDirectionTcPrInner. getTextDirection()Gets the value of the textDirection property.Methods in org.docx4j.wml with parameters of type TextDirection Modifier and Type Method Description voidPPrBase. 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.