Package | Description |
---|---|
com.scroogexhtml.converter |
Provides the main converter classes.
|
com.scroogexhtml.lists |
Provides classes for RTF list definition processing.
|
com.scroogexhtml.xmldom |
Provides a 'document object model' based on javax.xml.
|
com.scroogexhtml.xmldom.numbering |
Provides RTF paragraph numbering support classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Writer.setNumberType(NumberType numberType) |
Modifier and Type | Method and Description |
---|---|
NumberType |
ListHeaderInfo.getNumberType(int paramValue) |
NumberType |
ListLevel.getType() |
static NumberType |
NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberType[] |
NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDOMWriter.setNumberType(NumberType numberType) |
Modifier and Type | Method and Description |
---|---|
void |
NumberingWriter.setNumberType(NumberType value) |
void |
MultilevelNumberingSupport.setNumberType(NumberType value) |
Copyright © 2019 Habarisoft. All rights reserved.