| Package | Description |
|---|---|
| org.apache.poi.hslf.model.textproperties | |
| org.apache.poi.hslf.record |
| Modifier and Type | Method and Description |
|---|---|
HSLFTabStop |
HSLFTabStop.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<HSLFTabStop> |
HSLFTabStopPropCollection.getTabStops() |
static List<HSLFTabStop> |
HSLFTabStopPropCollection.readTabStops(LittleEndianInput lei) |
| Modifier and Type | Method and Description |
|---|---|
void |
HSLFTabStopPropCollection.addTabStop(HSLFTabStop ts) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HSLFTabStopPropCollection.writeTabStops(LittleEndianOutput leo,
List<HSLFTabStop> tabStops) |
| Constructor and Description |
|---|
HSLFTabStop(HSLFTabStop other) |
| Modifier and Type | Method and Description |
|---|---|
List<HSLFTabStop> |
TextRulerAtom.getTabStops()
Default distance between tab stops, in master coordinates (576 dpi).
|