Package | Description |
---|---|
org.docx4j.model.listnumbering | |
org.docx4j.wml |
Modifier and Type | Method and Description |
---|---|
NumberFormat |
ListLevel.getNumFmt() |
Modifier and Type | Field and Description |
---|---|
protected NumberFormat |
CTPageNumber.fmt |
protected NumberFormat |
CTCaption.numFmt |
protected NumberFormat |
NumFmt.val |
Modifier and Type | Method and Description |
---|---|
static NumberFormat |
NumberFormat.fromValue(String v) |
NumberFormat |
CTPageNumber.getFmt()
Gets the value of the fmt property.
|
NumberFormat |
CTCaption.getNumFmt()
Gets the value of the numFmt property.
|
NumberFormat |
NumFmt.getVal()
Gets the value of the val property.
|
static NumberFormat |
NumberFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberFormat[] |
NumberFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTPageNumber.setFmt(NumberFormat value)
Sets the value of the fmt property.
|
void |
CTCaption.setNumFmt(NumberFormat value)
Sets the value of the numFmt property.
|
void |
NumFmt.setVal(NumberFormat value)
Sets the value of the val property.
|
Copyright © 2007-2019. All Rights Reserved.