Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.html.pdfadapters | |
aspose.pdf.xml |
Modifier and Type | Class and Description |
---|---|
class |
ListSection
An object to display different lists.
|
Modifier and Type | Method and Description |
---|---|
Section |
Sections.add()
Initializes a new instance of the
Section class and add it to the Sections collection |
Section |
Sections.get_Item(int index)
Gets or sets a
Section object from the collection according to Section index. |
Section |
Sections.get_Item(String sectionID)
Gets or sets a
Section object from the collection according to Section ID. |
Section |
Table.getParentSection() |
Section |
Paragraph.getSection() |
Modifier and Type | Method and Description |
---|---|
void |
Sections.add(Section section)
Adds a new
Section object into the collection. |
void |
Rows.addRow(Section section,
Row row)
Adds a new
Row object into pdf file, this method is used for direct-to-stream mode. |
void |
Sections.copyTo(Section[] secArray,
int index)
Copies the elements to a
Section object array, starting at a specified array index. |
static Heading |
Heading.createFromHTML(Pdf pdf,
Section section,
int level) |
int |
Sections.indexOf(Section section)
Gets the index of a specified section in the collection.
|
void |
Sections.insert(int index,
Section section)
Inserts a new
Section object into the collection at specified position. |
void |
Sections.insert(Section sectionToInsertAfter,
Section newSection)
Inserts a new
Section object into the collection after specified Section object. |
boolean |
Section.isSameSize(Section sec) |
void |
Sections.remove(Section sectionToRemove)
Removes a
Section object from the collection. |
void |
Sections.set_Item(int index,
Section value) |
void |
Sections.set_Item(String sectionID,
Section value) |
void |
Table.setParentSection(Section value) |
void |
Paragraph.setSection(Section value) |
Constructor and Description |
---|
Graph(Section section)
Initializes a new instance of the
Graph class. |
Graph(Section section,
float width,
float height)
Initializes a new instance of the
Graph class. |
GraphNote(Section section)
Initializes a new instance of the
GraphNote class. |
GraphNote(Section section,
String content)
Initializes a new instance of the
GraphNote class. |
HeaderFooter(Section section)
Initializes a new instance of the
HeaderFooter class. |
Heading(Pdf pdf,
Section section,
int level)
Initializes a new instance of the
Heading class. |
Image(Section section)
Initializes a new instance of the
Image class. |
PageSetup(Section section)
Initializes a new instance of the
PageSetup class. |
Table(Section section)
Initializes a new instance of the
Table class in the Section . |
Text(Section section)
Initializes a new instance of the
Text class. |
Text(Section section,
String content)
Initializes a new instance of the
Text class. |
Modifier and Type | Method and Description |
---|---|
void |
PdfFlowDocumentBuilder.reset(Pdf pdf,
Section section,
Text text) |
Constructor and Description |
---|
PdfFlowDocumentBuilder(Pdf pdf,
Section section,
Text text,
IFontUriResolver newFontMapper)
Initializes a new instance of the
PdfFlowDocumentBuilder
class. |
Modifier and Type | Method and Description |
---|---|
static void |
DirectWriter.initSection(Pdf doc,
Section section,
AssignInfo assignInfo) |
static HeaderFooter |
SectionBase.insertFooter(Section section,
String type) |
static HeaderFooter |
SectionBase.insertHeader(Section section,
String type) |
static void |
TextBase.processForEmbedded(Paragraph p,
Section currentPart,
Paragraphs destParagraphs,
Pdf doc) |
static void |
HeaderFooterGenerator.processHeaderFooter(Pdf doc,
Section sec,
HeaderFooter hf,
AssignInfo originAssignInfo,
boolean isHeader) |
static void |
PageGenerator.processHeaderFooterMargin(Pdf doc,
Section currentPart,
AssignInfo assignInfo,
Page newPage) |
static void |
TableBase.setCellColumnIndex(Pdf doc,
Section currentPart,
Table table) |
static void |
DirectWriter.writePara(Section section,
Paragraph para) |
Copyright © 2016 Aspose. All Rights Reserved.