com.aspose.slides
Interface ITextBox

All Known Implementing Classes:
Notes, TextFrame, TextHolder

public interface ITextBox

Represents standard properties and methods for all text boxes like TextFrame, TextHolder, Notes, etc .


Method Summary
 Paragraphs getParagraphs()
          Returns the list of all paragraphs in a text box.
 Slide getSlide()
          Returns the parent Slide for a text box.
 TextRuler getTextRuler()
          Returns the TextRuler object for a text box.
 

Method Detail

getParagraphs

Paragraphs getParagraphs()
Returns the list of all paragraphs in a text box.

Returns:
list of all paragraphs in a text box. See Paragraphs.

getTextRuler

TextRuler getTextRuler()
Returns the TextRuler object for a text box.

Returns:
the TextRuler object.

getSlide

Slide getSlide()
Returns the parent Slide for a text box.

Returns:
the parent Slide.