Package | Description |
---|---|
org.docx4j.model.styles | |
org.docx4j.wml |
Modifier and Type | Method and Description |
---|---|
static boolean |
StyleUtil.areEqual(STDropCap dropCap1,
STDropCap dropCap2) |
Modifier and Type | Field and Description |
---|---|
protected STDropCap |
CTFramePr.dropCap |
Modifier and Type | Method and Description |
---|---|
static STDropCap |
STDropCap.fromValue(String v) |
STDropCap |
CTFramePr.getDropCap()
Gets the value of the dropCap property.
|
static STDropCap |
STDropCap.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
CTFramePr.setDropCap(STDropCap value)
Sets the value of the dropCap property.
|
Copyright © 2007-2019. All Rights Reserved.