Uses of Class
org.docx4j.wml.STPTabLeader
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STPTabLeader in org.docx4j.wml
Fields in org.docx4j.wml declared as STPTabLeader Modifier and Type Field Description protected STPTabLeaderR.Ptab. leaderMethods in org.docx4j.wml that return STPTabLeader Modifier and Type Method Description static STPTabLeaderSTPTabLeader. fromValue(java.lang.String v)STPTabLeaderR.Ptab. getLeader()Gets the value of the leader property.static STPTabLeaderSTPTabLeader. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPTabLeader[]STPTabLeader. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STPTabLeader Modifier and Type Method Description voidR.Ptab. setLeader(STPTabLeader value)Sets the value of the leader property.