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 HSLFTabStop
HSLFTabStop. clone()
Methods in org.apache.poi.hslf.model.textproperties that return types with arguments of type HSLFTabStop Modifier and Type Method Description java.util.List<HSLFTabStop>
HSLFTabStopPropCollection. getTabStops()
static java.util.List<HSLFTabStop>
HSLFTabStopPropCollection. readTabStops(LittleEndianInput lei)
Methods in org.apache.poi.hslf.model.textproperties with parameters of type HSLFTabStop Modifier and Type Method Description void
HSLFTabStopPropCollection. addTabStop(HSLFTabStop ts)
Method parameters in org.apache.poi.hslf.model.textproperties with type arguments of type HSLFTabStop Modifier and Type Method Description static void
HSLFTabStopPropCollection. writeTabStops(LittleEndianOutput leo, java.util.List<HSLFTabStop> tabStops)
-
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 java.util.List<HSLFTabStop>
TextRulerAtom. getTabStops()
Default distance between tab stops, in master coordinates (576 dpi).
-