Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.html.pdfadapters.util | |
aspose.pdf.hypertext | |
aspose.pdf.pdftext | |
aspose.pdf.xml |
Modifier and Type | Field and Description |
---|---|
TextInfo |
Pdf.curSegTextInfo |
Modifier and Type | Method and Description |
---|---|
TextInfo |
TextInfo.completeClone() |
TextInfo |
Pdf.getBackupTextInfo() |
TextInfo |
Cell.getDefaultCellTextInfo()
Gets or sets a
TextInfo object that indicates the default
cell text format info. |
TextInfo |
Row.getDefaultCellTextInfo()
Gets or sets a
TextInfo object that indicates the text format info of the row. |
TextInfo |
Table.getDefaultCellTextInfo()
Gets or sets a
TextInfo object that indicates the default cell text format info. |
TextInfo |
Table.getRepeatingRowStyle()
Text formatting style for table repeating rows
|
TextInfo |
Attachment.getTextInfo()
Gets or sets a
TextInfo that indicates the attachment text
info. |
TextInfo |
FootNote.getTextInfo()
Gets or sets a
TextInfo object that indicates the text
information of footnote. |
TextInfo |
Graph.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info
of the graph title. |
TextInfo |
GraphNote.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info
of the note. |
TextInfo |
HeaderFooter.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info
of the header or footer. |
TextInfo |
ImageInfo.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info
of the image Title . |
TextInfo |
Index.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info of the text paragraphs in the Index. |
TextInfo |
ListLevelFormat.getTextInfo()
Get or set the
TextInfo object of the list of current level. |
TextInfo |
Pdf.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info in
the Pdf document. |
TextInfo |
Section.getTextInfo()
Gets or sets a
TextInfo that indicates text info of the
section. |
TextInfo |
Segment.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info
of the segment. |
TextInfo |
Text.getTextInfo()
Gets or sets a
TextInfo object that indicates the text info
of the text paragraph. |
Modifier and Type | Method and Description |
---|---|
Cell |
Cells.add(String cellString,
TextInfo textInfo)
Initializes a new instance of the
Cell class and add it to the Cells collection. |
boolean |
Pdf.addSuitableCustomFontIfNecessary(TextInfo textInfo) |
float |
Pdf.getStringWidth(String str,
TextInfo info) |
boolean |
TextInfo.isSame(TextInfo info) |
void |
Pdf.setBackupTextInfo(TextInfo value) |
void |
Table.setColumnTextInfo(int columnNumber,
TextInfo textInfo)
Sets the text format info of specified column.
|
void |
Cell.setDefaultCellTextInfo(TextInfo value) |
void |
Row.setDefaultCellTextInfo(TextInfo value) |
void |
Table.setDefaultCellTextInfo(TextInfo value) |
void |
Table.setRepeatingRowStyle(TextInfo value) |
void |
Attachment.setTextInfo(TextInfo value) |
void |
FootNote.setTextInfo(TextInfo value) |
void |
Graph.setTextInfo(TextInfo value) |
void |
GraphNote.setTextInfo(TextInfo value) |
void |
HeaderFooter.setTextInfo(TextInfo value) |
void |
ImageInfo.setTextInfo(TextInfo value) |
void |
Index.setTextInfo(TextInfo value) |
void |
ListLevelFormat.setTextInfo(TextInfo value) |
void |
Pdf.setTextInfo(TextInfo value) |
void |
Section.setTextInfo(TextInfo value) |
void |
Segment.setTextInfo(TextInfo value) |
void |
Text.setTextInfo(TextInfo value) |
Constructor and Description |
---|
Segment(String content,
TextInfo info)
Initializes a new instance of the
Segment class. |
Text(String content,
TextInfo info)
Initializes a new instance of the
Text class. |
Modifier and Type | Method and Description |
---|---|
static TextInfo |
PdfConverter.getTextInfo(com.aspose.htmlold.model.IStyle style,
TextInfo textInfo,
IFontUriResolver fontMap) |
Modifier and Type | Method and Description |
---|---|
static TextInfo |
PdfConverter.getTextInfo(com.aspose.htmlold.model.IStyle style,
TextInfo textInfo,
IFontUriResolver fontMap) |
Modifier and Type | Method and Description |
---|---|
TextInfo |
Annot.getTextInfo()
Gets or sets a
TextInfo that indicates the attachment text info. |
Modifier and Type | Method and Description |
---|---|
void |
Annot.setTextInfo(TextInfo value) |
Modifier and Type | Method and Description |
---|---|
int |
TextWriter.findOrLoadRelevantFont(TextInfo textInfo)
Finds font in font library and get font info for specified PDF text
info
|
float |
TextWriter.getLengthOfBiggestWordLoadFontIfNecessary(String subjectText,
TextInfo fontStyle)
�����ı�����������ַ����ij���
|
void |
TextWriter.loadSuitableCustomFontIfAbsentYet(TextInfo thisTextInfo) |
float |
TextWriter.loadSuitableFontIfNotYetAndGetStringWidth(String text,
TextInfo textInfo) |
void |
TextWriter.showOnPosition(TextInfo textInfo,
String text,
float x,
float y,
int verticalTextRotationAngle)
Shows text on a specified position.
|
Modifier and Type | Method and Description |
---|---|
static void |
ColorBase.fastInheritTextColor(Segment target,
TextInfo source) |
static float |
SegmentBase.measureString(String content,
TextInfo textInfo)
Measure pdf text string
|
static void |
ColorBase.safelyInheritColor(TextInfo target,
TextInfo source) |
Copyright © 2016 Aspose. All Rights Reserved.