Slide Methods
A presentation slide.| Name | Description |
|---|---|
| Clone() | Clones the current Slide instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FindText(String, TextSearchOptions) | Searches the slide for all occurrences of the specified text, using the provided search options. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ModifyTextProperties(IList<TextSearchInfo>, TextProperties) | Applies text properties to the given text ranges within slide shapes, tables and notes. Properties to apply should not be null. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RemoveText(IList<TextSearchInfo>) | Removes specified text ranges from the slide shapes, tables and notes. |
| ReplaceText(IList<TextSearchInfo>, String) | Replaces specified text ranges with new text in slide shapes, tables and notes. |
| ReplaceText(String, String, TextSearchOptions) | Replaces all occurrences of the specified text with new text in slide shapes, tables and notes. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also