Uses of Enum
com.scroogexhtml.rtf.NumberingLevel
Packages that use NumberingLevel
Package
Description
Provides the main converter classes.
Provides RTF standard data types and constants.
Provides a 'document object model' based on javax.xml.
-
Uses of NumberingLevel in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return NumberingLevelMethods in com.scroogexhtml.converter with parameters of type NumberingLevelModifier and TypeMethodDescriptionvoidParagraphProperties.setNumberingLevel(NumberingLevel newValue) voidWriter.setNumberingLevel(NumberingLevel value) -
Uses of NumberingLevel in com.scroogexhtml.rtf
Methods in com.scroogexhtml.rtf that return NumberingLevelModifier and TypeMethodDescriptionstatic NumberingLevelNumberingLevel.of(int paramValue) static NumberingLevelReturns the enum constant of this type with the specified name.static NumberingLevel[]NumberingLevel.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NumberingLevel in com.scroogexhtml.xmldom
Methods in com.scroogexhtml.xmldom with parameters of type NumberingLevel