Uses of Class
org.apache.poi.hslf.model.textproperties.HSLFTabStop
-
Packages that use HSLFTabStop Package Description org.apache.poi.hslf.model.textproperties org.apache.poi.hslf.record -
-
Uses of HSLFTabStop in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return HSLFTabStop Modifier and Type Method Description HSLFTabStopHSLFTabStop. copy()Methods in org.apache.poi.hslf.model.textproperties that return types with arguments of type HSLFTabStop Modifier and Type Method Description List<HSLFTabStop>HSLFTabStopPropCollection. getTabStops()static List<HSLFTabStop>HSLFTabStopPropCollection. readTabStops(LittleEndianInput lei)Methods in org.apache.poi.hslf.model.textproperties with parameters of type HSLFTabStop Modifier and Type Method Description voidHSLFTabStopPropCollection. addTabStop(HSLFTabStop ts)Method parameters in org.apache.poi.hslf.model.textproperties with type arguments of type HSLFTabStop Modifier and Type Method Description static voidHSLFTabStopPropCollection. writeTabStops(LittleEndianOutput leo, List<HSLFTabStop> tabStops)Constructors in org.apache.poi.hslf.model.textproperties with parameters of type HSLFTabStop Constructor Description HSLFTabStop(HSLFTabStop other) -
Uses of HSLFTabStop in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return types with arguments of type HSLFTabStop Modifier and Type Method Description List<HSLFTabStop>TextRulerAtom. getTabStops()Default distance between tab stops, in master coordinates (576 dpi).
-