Uses of Class
org.docx4j.wml.STDropCap
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STDropCap in org.docx4j.wml
Fields in org.docx4j.wml declared as STDropCap Modifier and Type Field Description protected STDropCapCTFramePr. dropCapMethods in org.docx4j.wml that return STDropCap Modifier and Type Method Description static STDropCapSTDropCap. fromValue(java.lang.String v)STDropCapCTFramePr. getDropCap()Gets the value of the dropCap property.static STDropCapSTDropCap. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDropCap[]STDropCap. 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 STDropCap Modifier and Type Method Description voidCTFramePr. setDropCap(STDropCap value)Sets the value of the dropCap property.