Remove
ParagraphCollection.Remove method
从ICollection中删除特定对象的第一个匹配项。
public bool Remove(IParagraph item)
范围 | 类型 | 描述 |
---|---|---|
item | IParagraph | 要从ICollection中删除的对象. |
返回值
如果item从:::R5 中成功删除,则为真:T:System.Collections.Generic.ICollection`1:::;否则为假。如果item在原始ICollection中找不到,则此方法也返回 false。
例外
例外 | (健康)状况 |
---|---|
NotSupportedException | ICollection是只读的。 |
也可以看看
- interface IParagraph
- class ParagraphCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides