TabFactory
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ITabFactory
public class TabFactory implements ITabFactory
Allows to create ITab instances
For COM compatibility.
Constructors
| Constructor | Description |
|---|---|
| TabFactory() |
Methods
| Method | Description |
|---|---|
| createTab(double position, int align) | Creates a new ITab instance. |
TabFactory()
public TabFactory()
createTab(double position, int align)
public final ITab createTab(double position, int align)
Creates a new ITab instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| position | double | Tab position. |
| align | int | Align. |
Returns: ITab - Created tab.