Uses of Class
com.itextpdf.layout.properties.TabAlignment
-
Packages that use TabAlignment Package Description com.itextpdf.layout.element com.itextpdf.layout.properties -
-
Uses of TabAlignment in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as TabAlignment Modifier and Type Field Description private TabAlignment
TabStop. tabAlignment
Methods in com.itextpdf.layout.element that return TabAlignment Modifier and Type Method Description TabAlignment
TabStop. getTabAlignment()
Returns the alignment of a tab stop, which defines the way the textual content should be positioned in regard to this tab stop.Methods in com.itextpdf.layout.element with parameters of type TabAlignment Modifier and Type Method Description void
TabStop. setTabAlignment(TabAlignment tabAlignment)
Sets the alignment, which defines the way the textual content should be positioned in regard to this tab stop.Constructors in com.itextpdf.layout.element with parameters of type TabAlignment Constructor Description TabStop(float tabPosition, TabAlignment tabAlignment)
Creates a TabStop at the appropriate position, with a specified tab alignment.TabStop(float tabPosition, TabAlignment tabAlignment, ILineDrawer tabLeader)
Creates a TabStop at the appropriate position, with a specified tab alignment and an explicitly given line pattern. -
Uses of TabAlignment in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return TabAlignment Modifier and Type Method Description static TabAlignment
TabAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TabAlignment[]
TabAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-