Uses of Enum
com.itextpdf.html2pdf.css.resolve.func.counter.CounterDigitsGlyphStyle
Packages that use CounterDigitsGlyphStyle
Package
Description
-
Uses of CounterDigitsGlyphStyle in com.itextpdf.html2pdf.attach.impl.layout
Methods in com.itextpdf.html2pdf.attach.impl.layout that return CounterDigitsGlyphStyleModifier and TypeMethodDescriptionPageCountElement.getDigitsGlyphStyle()Gets glyph style for digits.PageTargetCountElement.getDigitsGlyphStyle()Gets glyph style for digits.Constructors in com.itextpdf.html2pdf.attach.impl.layout with parameters of type CounterDigitsGlyphStyleModifierConstructorDescriptionPageCountElement(CounterDigitsGlyphStyle digitsGlyphStyle) Instantiates a newPageCountElement.PageTargetCountElement(String target, CounterDigitsGlyphStyle digitsGlyphStyle) Instantiates a newPageTargetCountElement. -
Uses of CounterDigitsGlyphStyle in com.itextpdf.html2pdf.css.resolve.func.counter
Methods in com.itextpdf.html2pdf.css.resolve.func.counter that return CounterDigitsGlyphStyleModifier and TypeMethodDescriptionPageCountElementNode.getDigitsGlyphStyle()Gets glyph style for digits.static CounterDigitsGlyphStyleReturns 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.Methods in com.itextpdf.html2pdf.css.resolve.func.counter with parameters of type CounterDigitsGlyphStyleModifier 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
Methods in com.itextpdf.html2pdf.html that return CounterDigitsGlyphStyleModifier and TypeMethodDescriptionstatic CounterDigitsGlyphStyleHtmlUtils.convertStringCounterGlyphStyleToEnum(String glyphStyle) Gets enum representation of given digits glyph style.Methods in com.itextpdf.html2pdf.html with parameters of type CounterDigitsGlyphStyleModifier and TypeMethodDescriptionstatic StringHtmlUtils.convertNumberAccordingToGlyphStyle(CounterDigitsGlyphStyle glyphStyle, int number) Converts number according to given glyph style.static StringHtmlUtils.getAllNumberGlyphsForStyle(CounterDigitsGlyphStyle glyphStyle) Gets a string which contains all glyphs which can be used in number according to given glyph style.