Package | Description |
---|---|
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
TabStop.TabStopType |
HSLFTabStop.getType() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTabStop.setType(TabStop.TabStopType type) |
Constructor and Description |
---|
HSLFTabStop(int position,
TabStop.TabStopType type) |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextParagraph.addTabStops(double positionInPoints,
TabStop.TabStopType tabStopType) |
Modifier and Type | Method and Description |
---|---|
static TabStop.TabStopType |
TabStop.TabStopType.fromNativeId(int nativeId) |
static TabStop.TabStopType |
TabStop.TabStopType.fromOoxmlId(int ooxmlId) |
TabStop.TabStopType |
TabStop.getType() |
static TabStop.TabStopType |
TabStop.TabStopType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabStop.TabStopType[] |
TabStop.TabStopType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextParagraph.addTabStops(double positionInPoints,
TabStop.TabStopType tabStopType)
Set the
TabStop collection |
void |
TabStop.setType(TabStop.TabStopType type) |
Modifier and Type | Method and Description |
---|---|
TabStop.TabStopType |
XSLFTabStop.getType() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextParagraph.addTabStops(double positionInPoints,
TabStop.TabStopType tabStopType) |
void |
XSLFTabStop.setType(TabStop.TabStopType tabStopType) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.