Uses of Enum Class
org.docx4j.wml.STDropCap
Packages that use STDropCap
-
Uses of STDropCap in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type STDropCap -
Uses of STDropCap in org.docx4j.wml
Fields in org.docx4j.wml declared as STDropCapMethods in org.docx4j.wml that return STDropCapModifier and TypeMethodDescriptionstatic STDropCapCTFramePr.getDropCap()Gets the value of the dropCap property.static STDropCapReturns the enum constant of this class with the specified name.static STDropCap[]STDropCap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STDropCapModifier and TypeMethodDescriptionvoidCTFramePr.setDropCap(STDropCap value) Sets the value of the dropCap property.