Uses of Class
org.docx4j.dml.STCompoundLine
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STCompoundLine in org.docx4j.dml
Fields in org.docx4j.dml declared as STCompoundLine Modifier and Type Field Description protected STCompoundLineCTLineProperties. cmpdMethods in org.docx4j.dml that return STCompoundLine Modifier and Type Method Description static STCompoundLineSTCompoundLine. fromValue(java.lang.String v)STCompoundLineCTLineProperties. getCmpd()Gets the value of the cmpd property.static STCompoundLineSTCompoundLine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCompoundLine[]STCompoundLine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STCompoundLine Modifier and Type Method Description voidCTLineProperties. setCmpd(STCompoundLine value)Sets the value of the cmpd property.