Package org.docx4j.model.listnumbering
Class ListLevel
java.lang.Object
org.docx4j.model.listnumbering.ListLevel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.slf4j.Loggerprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ListLevel.CounterThe current number, formatted using numFmt.getFont()Deprecated.getID()returns the ID of the levelreturns the indicated lvlText valuestart value of that levelvoidincrements the current count of list items of that levelbooleanIsBullet()returns whether the enumeration type is a bulleted list or notvoidresets the counter to the start valuevoidSetOverrides(Lvl levelNode) Get overridden valuesvoidsetStartValue(BigInteger startValue)
-
Field Details
-
log
protected static org.slf4j.Logger log -
startAtUsed
protected boolean startAtUsed
-
-
Constructor Details
-
ListLevel
Constructor for a ListLevel in an abstract definition. -
ListLevel
Constructor for a ListLevel in an instance definition.
-
-
Method Details
-
getJaxbAbstractLvl
-
getJaxbOverrideLvl
-
getCounter
-
SetOverrides
Get overridden values- Parameters:
levelNode-
-
getID
returns the ID of the level- Returns:
-
setStartValue
-
getStartValue
start value of that level- Returns:
-
getCurrentValueFormatted
The current number, formatted using numFmt. -
getCurrentValueUnformatted
-
IncrementCounter
public void IncrementCounter()increments the current count of list items of that level -
ResetCounter
public void ResetCounter()resets the counter to the start value -
getLevelText
returns the indicated lvlText value- Returns:
-
getFont
Deprecated.returns the font name- Returns:
-
getNumFmt
-
IsBullet
public boolean IsBullet()returns whether the enumeration type is a bulleted list or not- Returns:
-