Uses of Class
org.extex.unit.tex.table.util.PreambleItem

Packages that use PreambleItem
org.extex.unit.tex.table This package contains primitives for the typesetting of tables. 
org.extex.unit.tex.table.util This package contains utility classes for the processing of alignment tables. 
 

Uses of PreambleItem in org.extex.unit.tex.table
 

Methods in org.extex.unit.tex.table that return types with arguments of type PreambleItem
protected  java.util.List<PreambleItem> AbstractAlign.getPreamble(Context context, TokenSource source)
          Get the preamble.
 

Uses of PreambleItem in org.extex.unit.tex.table.util
 

Constructor parameters in org.extex.unit.tex.table.util with type arguments of type PreambleItem
HAlignListMaker(ListManager manager, Context context, TokenSource source, java.util.List<PreambleItem> thePreamble, FixedDimen theWidth, boolean theSpread)
          Creates a new object.