Interface ITextBox
Assembly: IronPPT.dll
Syntax
public interface ITextBox : IContentElement, IHasParagraphStyle
Properties
Paragraphs
Declaration
List<IParagraph> Paragraphs { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IParagraph> |
|
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