Uses of Enum
com.itextpdf.html2pdf.css.resolve.func.counter.CounterDigitsGlyphStyle
Package
Description
-
Uses of CounterDigitsGlyphStyle in com.itextpdf.html2pdf.attach.impl.layout
Modifier and TypeMethodDescriptionPageCountElement.getDigitsGlyphStyle()
Gets glyph style for digits.PageTargetCountElement.getDigitsGlyphStyle()
Gets glyph style for digits.ModifierConstructorDescriptionPageCountElement
(CounterDigitsGlyphStyle digitsGlyphStyle) Instantiates a newPageCountElement
.PageTargetCountElement
(String target, CounterDigitsGlyphStyle digitsGlyphStyle) Instantiates a newPageTargetCountElement
. -
Uses of CounterDigitsGlyphStyle in com.itextpdf.html2pdf.css.resolve.func.counter
Modifier and TypeMethodDescriptionPageCountElementNode.getDigitsGlyphStyle()
Gets glyph style for digits.static CounterDigitsGlyphStyle
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 TypeMethodDescriptionCssCounterManager.resolveCounter
(String counterName, CounterDigitsGlyphStyle listSymbolType) Resolves a counter.CssCounterManager.resolveCounters
(String counterName, String counterSeparatorStr, CounterDigitsGlyphStyle listSymbolType) Resolves counters.CssCounterManager.resolveTargetCounter
(String id, String counterName, CounterDigitsGlyphStyle listSymbolType) Gets target-counter value for specified ID and counterName.CssCounterManager.resolveTargetCounters
(String id, String counterName, String counterSeparatorStr, CounterDigitsGlyphStyle listSymbolType) Gets target-counter value for specified ID and counterName.PageCountElementNode.setDigitsGlyphStyle
(CounterDigitsGlyphStyle digitsGlyphStyle) Sets glyph style for digits. -
Uses of CounterDigitsGlyphStyle in com.itextpdf.html2pdf.html
Modifier and TypeMethodDescriptionstatic CounterDigitsGlyphStyle
HtmlUtils.convertStringCounterGlyphStyleToEnum
(String glyphStyle) Gets enum representation of given digits glyph style.Modifier and TypeMethodDescriptionstatic 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.