Uses of Enum
com.itextpdf.layout.properties.TabAlignment
-
Uses of TabAlignment in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionTabStop.getTabAlignment()
Returns the alignment of a tab stop, which defines the way the textual content should be positioned in regard to this tab stop.Modifier and TypeMethodDescriptionvoid
TabStop.setTabAlignment
(TabAlignment tabAlignment) Sets the alignment, which defines the way the textual content should be positioned in regard to this tab stop.ModifierConstructorDescriptionTabStop
(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
Modifier and TypeMethodDescriptionstatic TabAlignment
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.