Uses of Class
aspose.pdf.TextInfo

Uses of TextInfo in aspose.pdf
 

Fields in aspose.pdf declared as TextInfo
 TextInfo Pdf.curSegTextInfo
          Indicates the TextInfo of the current Segment.
 

Methods in aspose.pdf that return TextInfo
 TextInfo Pdf.getBackupTextInfo()
          Gets the TextInfo object that indicates the backup TextInfo of the document.
 TextInfo Pdf.getCurSegTextInfo()
          Gets a TextInfo object that indicates the TextInfo of the current Segment
 TextInfo Cell.getDefaultCellTextInfo()
          Gets a TextInfo object that indicates the default cell text format info.
 TextInfo Row.getDefaultCellTextInfo()
          Gets a TextInfo object that indicates the text format info of the row.
 TextInfo Table.getDefaultCellTextInfo()
          Gets a TextInfo object that indicates the default cell text format info.
 TextInfo FootNote.getTextInfo()
          Gets a TextInfo that indicates the text information of footnote.
 TextInfo Graph.getTextInfo()
          Gets a TextInfo object that indicates the text info of the graph title.
 TextInfo GraphNote.getTextInfo()
          Gets the text info of the note.
 TextInfo HeaderFooter.getTextInfo()
          Gets a TextInfo object that indicates the text info of the header or footer.
 TextInfo ImageInfo.getTextInfo()
          Gets a TextInfo object that indicates the text info of the image Title.
 TextInfo ListLevelFormat.getTextInfo()
          Gets the TextInfo object of the list of current level.
 TextInfo Pdf.getTextInfo()
          Gets a TextInfo object that indicates the text info in the Pdf document.
 TextInfo Section.getTextInfo()
          Gets a TextInfo that indicates text info of the section.
 TextInfo Segment.getTextInfo()
          Gets a TextInfo object that indicates the text info of the segment.
 TextInfo Text.getTextInfo()
          Gets a TextInfo object that indicates the text info of the text paragraph.
 

Methods in aspose.pdf with parameters of type TextInfo
 Cell Cells.add(java.lang.String cellString, TextInfo textInfo)
          Initializes a new instance of the Cell class and add it to the Cells collection.
 float Pdf.GetStringWidth(java.lang.String str, TextInfo info)
          Gets the string width in PDF with specified text formatting.
 void Pdf.getTextInfo(TextInfo value)
          Sets a TextInfo object that indicates the text info in the Pdf document.
 boolean TextInfo.isSame(TextInfo info)
          Compare with a TextInfo object to see if they are the same .
 void Pdf.setBackupTextInfo(TextInfo value)
          Sets the TextInfo object that indicates the backup TextInfo of the document.
 void Table.setColumnTextInfo(int columnNumber, TextInfo textInfo)
          Sets the text format info of specified column.
 void Pdf.setCurSegTextInfo(TextInfo curSegTextInfo)
          Sets a TextInfo object that indicates the TextInfo of the current Segment
 void Cell.setDefaultCellTextInfo(TextInfo defaultCellsTextInfo)
          Sets a TextInfo object that indicates the default cell text format info.
 void Row.setDefaultCellTextInfo(TextInfo rowTextInfo)
          Sets a TextInfo object that indicates the text format info of the row.
 void Table.setDefaultCellTextInfo(TextInfo value)
          Sets a TextInfo object that indicates the default cell text format info.
 void FootNote.setTextInfo(TextInfo textInfo)
          Sets a TextInfo that indicates the text information of footnote.
 void Graph.setTextInfo(TextInfo graphTitleInfo)
          Sets a TextInfo object that indicates the text info of the graph title.
 void GraphNote.setTextInfo(TextInfo noteTextInfo)
          Sets the text info of the note.
 void HeaderFooter.setTextInfo(TextInfo hfTextInfo)
          Sets a TextInfo object that indicates the text info of the header or footer.
 void ImageInfo.setTextInfo(TextInfo imageTitleInfo)
          Sets a TextInfo object that indicates the text info of the image Title.
 void ListLevelFormat.setTextInfo(TextInfo value)
          Sets the TextInfo object of the list of current level.
 void Section.setTextInfo(TextInfo value)
          Sets a TextInfo that indicates text info of the section.
 void Segment.setTextInfo(TextInfo value)
          Sets a TextInfo object that indicates the text info of the segment.
 void Text.setTextInfo(TextInfo value)
          Sets a TextInfo object that indicates the text info of the text paragraph.
 

Constructors in aspose.pdf with parameters of type TextInfo
Segment(java.lang.String content, TextInfo info)
          Initializes a new instance of the Segment class.
Text(java.lang.String content, TextInfo info)
          Initializes a new instance of the Text class.