Package | Description |
---|---|
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 |
---|---|
void |
Artifact.setText(FormattedText formattedText)
Sets text of the artifact.
|
Constructor and Description |
---|
PageNumberStamp(FormattedText formattedText)
Creates PageNumberStamp by formatted text.
|
TextStamp(FormattedText formattedText)
Initializes a new instance of the
TextStamp class with formattedText object
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFileStamp.addFooter(FormattedText formattedText,
float bottomMargin)
Adds footer to the pages of the document.
|
void |
IPdfFileStamp.addFooter(FormattedText formattedText,
float bottomMargin)
Adds footer to the pages of the document.
|
void |
PdfFileStamp.addFooter(FormattedText formattedText,
float bottomMargin,
float leftMargin,
float rightMargin)
Adds footer to the pages of the document.
|
void |
IPdfFileStamp.addFooter(FormattedText formattedText,
float bottomMargin,
float leftMargin,
float rightMargin)
Adds footer to the pages of the document.
|
void |
PdfFileStamp.addHeader(FormattedText formattedText,
float topMargin)
Adds header to the page.
|
void |
IPdfFileStamp.addHeader(FormattedText formattedText,
float topMargin)
Adds header to the page.
|
void |
PdfFileStamp.addHeader(FormattedText formattedText,
float topMargin,
float leftMargin,
float rightMargin)
Adds header to the pages of file.
|
void |
IPdfFileStamp.addHeader(FormattedText formattedText,
float topMargin,
float leftMargin,
float rightMargin)
Adds header to the pages of file.
|
void |
PdfFileStamp.addPageNumber(FormattedText formattedText)
Adds page number to the page.
|
void |
IPdfFileStamp.addPageNumber(FormattedText formattedText)
Adds page number to the page.
|
void |
PdfFileStamp.addPageNumber(FormattedText formattedText,
float x,
float y)
Adds page number at the specified position on the page.
|
void |
IPdfFileStamp.addPageNumber(FormattedText formattedText,
float x,
float y)
Adds page number at the specified position on the page.
|
void |
PdfFileStamp.addPageNumber(FormattedText formattedText,
int position)
Adds page number to the pages.
|
void |
IPdfFileStamp.addPageNumber(FormattedText formattedText,
int position)
Adds page number to the pages.
|
void |
PdfFileStamp.addPageNumber(FormattedText formattedText,
int position,
float leftMargin,
float rightMargin,
float topMargin,
float bottomMargin)
Adds page number to the pages of document.
|
void |
IPdfFileStamp.addPageNumber(FormattedText formattedText,
int position,
float leftMargin,
float rightMargin,
float topMargin,
float bottomMargin)
Adds page number to the pages of document.
|
boolean |
PdfFileMend.addText(FormattedText text,
int[] pageNums,
float lowerLeftX,
float lowerLeftY,
float upperRightX,
float upperRightY)
Not implemented.
|
boolean |
PdfFileMend.addText(FormattedText text,
int pageNum,
float lowerLeftX,
float lowerLeftY)
Not implemented.
|
boolean |
PdfFileMend.addText(FormattedText text,
int pageNum,
float lowerLeftX,
float lowerLeftY,
float upperRightX,
float upperRightY)
Not implemented.
|
void |
Stamp.bindLogo(FormattedText formattedText)
Sets text as stamp.
|
Copyright © 2017 Aspose. All Rights Reserved.