Package | Description |
---|---|
com.aspose.pdf.generator.legacyxmlmodel |
Modifier and Type | Field and Description |
---|---|
TextInfo |
Cell.DefaultCellTextInfo
Gets or sets a
TextInfo object that indicates the default cell text format info. |
TextInfo |
Row.DefaultCellTextInfo
Gets or sets a
TextInfo object that indicates the text format info of the row. |
TextInfo |
Table.DefaultCellTextInfo
Gets or sets a
TextInfo object that indicates the default cell text format info. |
TextInfo |
Table.RepeatingRowStyle
Text formatting style for table repeating rows
|
TextInfo |
Attachment.TextInfo
Gets or sets a
TextInfo that indicates the attachment text info. |
TextInfo |
Graph.TextInfo |
TextInfo |
GraphNote.TextInfo
Gets or sets a
TextInfo object that indicates the text info of the note. |
TextInfo |
HeaderFooter.TextInfo
Gets or sets a
TextInfo object that indicates the text info of
the header or footer. |
TextInfo |
ImageInfo.TextInfo
Gets or sets a
TextInfo object that indicates the text info of the image Title . |
TextInfo |
Index.TextInfo
Gets or sets a
TextInfo object that indicates the text info of the text paragraphs in the Index. |
TextInfo |
LegacyPdf.TextInfo
Gets or sets a
TextInfo object that indicates the text info in the Pdf document. |
TextInfo |
ListLevelFormat.TextInfo
Get or set the
TextInfo object of the list of current level. |
TextInfo |
Section.TextInfo |
TextInfo |
TitleInfoXmlAdapter.TextInfo
Gets or sets a
TextInfo object that indicates the text info of the image Title . |
Modifier and Type | Method and Description |
---|---|
TextInfo |
FootNote.getTextInfo()
Gets or sets a
TextInfo object that indicates the text information of footnote. |
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. |
void |
Table.setColumnTextInfo(int columnNumber,
TextInfo textInfo)
Sets the text format info of specified column.
|
void |
FootNote.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. |
TitleInfoXmlAdapter(TextInfo referencingTextInfo,
TextInfo defaultTextInfo) |
Copyright © 2014 Aspose. All Rights Reserved.