Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.document | |
aspose.pdf.figure | |
aspose.pdf.fo | |
aspose.pdf.html.pdfadapters | |
aspose.pdf.html.pdfadapters.util | |
aspose.pdf.pcl | |
aspose.pdf.pdftext | |
aspose.pdf.xml | |
aspose.pdf.xml.xmp | |
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
Pdf |
Section.getPdf() |
Modifier and Type | Method and Description |
---|---|
static Heading |
Heading.createFromHTML(Pdf pdf,
Section section,
int level) |
float |
Row.getHeight(Pdf doc) |
float |
Table.getHeight(Pdf doc)
Gets the table height.
|
float |
Row.getHeightWithoutRowSpan(Pdf doc) |
float |
Table.getMaxColumnWidth(Pdf pdf,
int columnNumber)
Gets the maximum column width which allows text in all cells in the column be shown in one line.
|
float |
Table.getMinColumnWidth(Pdf pdf,
int columnNumber)
Gets the minimum column width at which no hyphenation needs for all cells in the column.
|
float |
Text.getTextHeight(Pdf doc,
float width)
Get the height of a text paragraph.
|
void |
Heading.setPdf(Pdf value) |
Constructor and Description |
---|
Heading(Pdf pdf,
Section section,
int level)
Initializes a new instance of the
Heading class. |
ListSection(Pdf doc) |
Section(Pdf pdf)
Initializes a new instance of the
Section class. |
Modifier and Type | Method and Description |
---|---|
void |
DocumentWriter.close(Pdf doc)
Writes all pending tags and contents into the memory stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorsWriter.addPatternInResource(Pdf doc,
PatternColorSpace pattern) |
Modifier and Type | Method and Description |
---|---|
void |
FoToPdfConverter.rebuildPdf(Pdf subjPdf)
Public method for internal document rendering layer routine
|
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. |
Constructor and Description |
---|
HtmlTableContext(com.aspose.htmlold.model.HtmlTable htmlTable,
com.aspose.htmlold.model.IStyle style,
Pdf pdf,
com.aspose.ms.System.Drawing.SizeF availablePhisicalSizes) |
Modifier and Type | Method and Description |
---|---|
static void |
PclAdapter.convert(com.aspose.pcl.document.PclDocument doc,
Pdf pdf) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CustomFontManager.addCustomFontIfNotAddedYet(Pdf pdf,
CustomFont font) |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorXml.bindXML(Pdf pdfDocument,
com.aspose.ms.System.Xml.XmlDocument xmlDoc,
com.aspose.ms.System.Xml.XslTransform xsl) |
void |
GeneratorXml.generateDocument(GeneratorBase gen,
Pdf doc) |
static float |
CellBase.getCellHeight(Pdf doc,
Cell cell) |
static Object |
PageGenerator.getObjectFromPageByID(Pdf doc,
String ID) |
static float |
TextLineProcessor.getTextHeight(Pdf doc,
Text text,
float width) |
static void |
DirectWriter.init(Pdf doc) |
static void |
DirectWriter.initSection(Pdf doc,
Section section,
AssignInfo assignInfo) |
static boolean |
ImageBase.initTilingPatternImage(Pdf doc,
float tileWidth,
float tileHeight,
Image image) |
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 |
GraphGenerator.writeGraph(Pdf doc,
GeneratorBase gen,
Graph graph) |
static void |
ImageGenerator.writeImage(Pdf doc,
GeneratorBase gen,
Image image) |
static void |
PageGenerator.writePageDirect(Pdf doc,
Page page) |
Modifier and Type | Method and Description |
---|---|
static void |
PdfXmpWriter.processInfo(GeneratorBase gen,
Pdf doc) |
static XmpMetadata |
XmpGenerator.readXmpMetadata(Pdf doc,
com.aspose.ms.System.Xml.XmlTextReader reader) |
Constructor and Description |
---|
Document(Pdf pdf)
Initialize new Document instance from the
pdf stream. |
DocumentWeb(Pdf pdf)
Initialize new DocumentWeb instance from the
pdf stream. |
Modifier and Type | Method and Description |
---|---|
void |
Facade.bindPdf(Pdf pdf)
Initializes the facade.
|
void |
PdfAnnotationEditor.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfBookmarkEditor.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfContentEditor.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfConverter.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfExtractor.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfFileSignature.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfPageEditor.bindPdf(Pdf pdf)
Binds a Pdf document for editing.
|
void |
PdfXmpMetadata.bindPdf(Pdf pdf)
Assigns input PDF document.
|
void |
Stamp.bindPdf(Pdf pdf,
int pageNumber)
Sets PDF document and number of page which will be used as stamp.
|
Copyright © 2016 Aspose. All Rights Reserved.