Uses of Class
com.itextpdf.text.TabSettings
-
Packages that use TabSettings Package Description com.itextpdf.text com.itextpdf.text.pdf -
-
Uses of TabSettings in com.itextpdf.text
Fields in com.itextpdf.text declared as TabSettings Modifier and Type Field Description protected TabSettings
Phrase. tabSettings
Predefined tab position and properties(alignment, leader and etc.);Methods in com.itextpdf.text that return TabSettings Modifier and Type Method Description TabSettings
Phrase. getTabSettings()
Getter for the tab stops settings.Methods in com.itextpdf.text with parameters of type TabSettings Modifier and Type Method Description static TabStop
TabSettings. getTabStopNewInstance(float currentPosition, TabSettings tabSettings)
void
Phrase. setTabSettings(TabSettings tabSettings)
Setter for the tab stops. -
Uses of TabSettings in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as TabSettings Modifier and Type Field Description protected TabSettings
PdfDocument. tabSettings
The current tab settings.Methods in com.itextpdf.text.pdf that return TabSettings Modifier and Type Method Description TabSettings
PdfDocument. getTabSettings()
Getter for the current tab stops.Methods in com.itextpdf.text.pdf with parameters of type TabSettings Modifier and Type Method Description void
PdfDocument. setTabSettings(TabSettings tabSettings)
Setter for the current tab stops.Constructors in com.itextpdf.text.pdf with parameters of type TabSettings Constructor Description PdfChunk(Chunk chunk, PdfAction action, TabSettings tabSettings)
Constructs aPdfChunk
-object.
-