com.aspose.slides
Interface ITextBox

All Known Implementing Classes:
Notes, TextFrame, TextHolder

public interface ITextBox

The interface which defines properties of a text box like TextFrame, TextHolder, Notes, etc.


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

Method Detail

getParagraphs

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


getTextRuler

TextRuler getTextRuler()
Returns the TextRuler of a text box.


getSlide

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