Uses of Class
org.apache.poi.sl.usermodel.TabStop.TabStopType
-
Packages that use TabStop.TabStopType Package Description org.apache.poi.hslf.model.textproperties org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of TabStop.TabStopType in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return TabStop.TabStopType Modifier and Type Method Description TabStop.TabStopType
HSLFTabStop. getType()
Methods in org.apache.poi.hslf.model.textproperties with parameters of type TabStop.TabStopType Modifier and Type Method Description void
HSLFTabStop. setType(TabStop.TabStopType type)
Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TabStop.TabStopType Constructor Description HSLFTabStop(int position, TabStop.TabStopType type)
-
Uses of TabStop.TabStopType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type TabStop.TabStopType Modifier and Type Method Description void
HSLFTextParagraph. addTabStops(double positionInPoints, TabStop.TabStopType tabStopType)
-
Uses of TabStop.TabStopType in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TabStop.TabStopType Modifier and Type Method 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.Methods in org.apache.poi.sl.usermodel with parameters of type TabStop.TabStopType Modifier and Type Method Description void
TextParagraph. addTabStops(double positionInPoints, TabStop.TabStopType tabStopType)
Set theTabStop
collectionvoid
TabStop. setType(TabStop.TabStopType type)
-
Uses of TabStop.TabStopType in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return TabStop.TabStopType Modifier and Type Method Description TabStop.TabStopType
XSLFTabStop. getType()
Methods in org.apache.poi.xslf.usermodel with parameters of type TabStop.TabStopType Modifier and Type Method Description void
XSLFTextParagraph. addTabStops(double positionInPoints, TabStop.TabStopType tabStopType)
void
XSLFTabStop. setType(TabStop.TabStopType tabStopType)
-