Add
Add(double, TabAlignment)
将选项卡添加到集合中。
public ITab Add(double position, TabAlignment align)
Return Value
添加的选项卡。
See Also
- interface ITab
- enum TabAlignment
- class TabCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Add(ITab)
将选项卡添加到集合中。
public int Add(ITab value)
Parameter | Type | Description |
---|---|---|
value | ITab | 要添加到集合末尾的选项卡对象。 |
Return Value
添加选项卡的索引。
See Also
- interface ITab
- class TabCollection
- namespace Aspose.Slides
- assembly Aspose.Slides