Interface ISlide
Assembly: IronPPT.dll
Syntax
public interface ISlide : IGraphic, IContentElement
Properties
ID
Declaration
Property Value
Type |
Description |
System.String |
|
Images
Declaration
List<IImage> Images { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IImage> |
|
Index
Declaration
Property Value
Type |
Description |
System.Int32 |
|
IsMasterSlide
Declaration
bool IsMasterSlide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Paragraphs
Declaration
List<IParagraph> Paragraphs { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IParagraph> |
|
Shapes
Declaration
List<IShape> Shapes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IShape> |
|
ShowMasterPlaceholderAnimations
Declaration
Nullable<bool> ShowMasterPlaceholderAnimations { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
TextBoxes
Declaration
List<ITextBox> TextBoxes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ITextBox> |
|
Texts
Declaration
List<IText> Texts { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IText> |
|
Methods
AddChild(IContentElement[])
Declaration
void AddChild(params IContentElement[] children)
Parameters
AddImage(IImage)
Declaration
IImage AddImage(IImage image)
Parameters
Type |
Name |
Description |
IImage |
image |
|
Returns
AddImage(AnyBitmap)
Declaration
IImage AddImage(AnyBitmap anyBitmap)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.AnyBitmap |
anyBitmap |
|
Returns
AddImage(Stream)
Declaration
IImage AddImage(Stream imageStream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
imageStream |
|
Returns
AddImage(String)
Declaration
IImage AddImage(string imagePath)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
Returns
AddParagraph(IParagraph)
Declaration
IParagraph AddParagraph(IParagraph paragraph)
Parameters
Returns
AddShape(IShape)
Declaration
IShape AddShape(IShape shape)
Parameters
Type |
Name |
Description |
IShape |
shape |
|
Returns
AddText(IText)
Declaration
IText AddText(IText text)
Parameters
Type |
Name |
Description |
IText |
text |
|
Returns
AddText(String)
Declaration
IText AddText(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns