pdfHTML 6.0.0 API
|
iText.Layout.Element.Text implementation to be used for the page target-counter. More...
Public Member Functions |
|
PageTargetCountElement (String target) | |
Instantiates a new PageTargetCountElement. More... |
|
PageTargetCountElement (String target, CounterDigitsGlyphStyle digitsGlyphStyle) | |
Instantiates a new PageTargetCountElement. More... |
|
virtual String | GetTarget () |
Gets element's target. More... |
|
virtual CounterDigitsGlyphStyle | GetDigitsGlyphStyle () |
Gets glyph style for digits. More... |
|
Protected Member Functions |
|
override IRenderer | MakeNewRenderer () |
iText.Layout.Element.Text implementation to be used for the page target-counter.
|
inline |
Instantiates a new PageTargetCountElement.
target | name of the corresponding target |
|
inline |
Instantiates a new PageTargetCountElement.
target | name of the corresponding target |
digitsGlyphStyle | digits glyph style |
|
inlinevirtual |
Gets glyph style for digits.
|
inlinevirtual |
Gets element's target.
|
inlineprotected |