Uses of Class
aspose.pdf.Text

Uses of Text in aspose.pdf
 

Subclasses of Text in aspose.pdf
 class Heading
          Represents a heading in Pdf document.
 

Fields in aspose.pdf declared as Text
 Text Pdf.currentTextInAll
          Indicates the current Text.
 

Methods in aspose.pdf that return Text
 Text Pdf.getCurrentTextInAll()
          Gets a Text object that indicates the current Text
 Text FormField.getInWhichText()
          Gets a Text object that this form field lies in.
 Text TextInfo.getPointText()
          Get the point text object included in the text .
 Text Segments.getText()
          Get the parent text object .
 Text ListSection.getTitle()
          Gets the Text value of the title of ListSection.
 

Methods in aspose.pdf with parameters of type Text
 void Pdf.setCurrentTextInAll(Text CurrentTextInAll)
          Sets a Text object that indicates the current Text
 void FormField.setInWhichText(Text value)
          Sets a Text object that this form field lies in.
 void TextInfo.setPointText(Text PointText)
          Set the point text object included in the text .
 void Segments.setText(Text value)
          Set the parent text object .
 void ListSection.setTitle(Text value)
          Sets the Text value of the title of ListSection.
 

Constructors in aspose.pdf with parameters of type Text
Segment(Text text)
          Initializes a new instance of the Segment class.