Package | Description |
---|---|
com.itextpdf.html2pdf.attach.impl.layout | |
com.itextpdf.html2pdf.css.resolve.func.counter | |
com.itextpdf.html2pdf.html |
Modifier and Type | Method and Description |
---|---|
CounterDigitsGlyphStyle |
PageCountElement.getDigitsGlyphStyle()
Gets glyph style for digits.
|
CounterDigitsGlyphStyle |
PageTargetCountElement.getDigitsGlyphStyle()
Gets glyph style for digits.
|
Constructor and Description |
---|
PageCountElement(CounterDigitsGlyphStyle digitsGlyphStyle)
Instantiates a new PageCountElement .
|
PageTargetCountElement(String target, CounterDigitsGlyphStyle digitsGlyphStyle)
Instantiates a new PageTargetCountElement .
|
Modifier and Type | Method and Description |
---|---|
CounterDigitsGlyphStyle |
PageCountElementNode.getDigitsGlyphStyle()
Gets glyph style for digits.
|
static CounterDigitsGlyphStyle |
CounterDigitsGlyphStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterDigitsGlyphStyle[] |
CounterDigitsGlyphStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
CssCounterManager.resolveCounter(String counterName, CounterDigitsGlyphStyle listSymbolType)
Resolves a counter.
|
String |
CssCounterManager.resolveCounters(String counterName, String counterSeparatorStr, CounterDigitsGlyphStyle listSymbolType)
Resolves counters.
|
String |
CssCounterManager.resolveTargetCounter(String id, String counterName, CounterDigitsGlyphStyle listSymbolType)
Gets target-counter value for specified ID and counterName.
|
String |
CssCounterManager.resolveTargetCounters(String id, String counterName, String counterSeparatorStr, CounterDigitsGlyphStyle listSymbolType)
Gets target-counter value for specified ID and counterName.
|
PageCountElementNode |
PageCountElementNode.setDigitsGlyphStyle(CounterDigitsGlyphStyle digitsGlyphStyle)
Sets glyph style for digits.
|
Modifier and Type | Method and Description |
---|---|
static CounterDigitsGlyphStyle |
HtmlUtils.convertStringCounterGlyphStyleToEnum(String glyphStyle)
Gets enum representation of given digits glyph style.
|
Modifier and Type | Method and Description |
---|---|
static String |
HtmlUtils.convertNumberAccordingToGlyphStyle(CounterDigitsGlyphStyle glyphStyle, int number)
Converts number according to given glyph style.
|
static String |
HtmlUtils.getAllNumberGlyphsForStyle(CounterDigitsGlyphStyle glyphStyle)
Gets a string which contains all glyphs which can be used in number according to given glyph style.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.