|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pdf in aspose.pdf |
---|
Methods in aspose.pdf that return Pdf | |
---|---|
Pdf |
Section.getPdf()
Get a Pdf Object that indicates the parent Pdf of the
section. |
Methods in aspose.pdf with parameters of type Pdf | |
---|---|
float |
Row.getHeight(Pdf doc)
Gets the row height. |
float |
Table.getHeight(Pdf doc)
Gets the table height. |
float |
Row.getHeightWithoutRowSpan(Pdf doc)
Get float row span height. |
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)
Sets a Pdf object that contains the heading. |
void |
Section.setPdf(Pdf value)
Set a Pdf Object that indicates the parent Pdf of the
section. |
Constructors in aspose.pdf with parameters of type Pdf | |
---|---|
Heading(Pdf pdf,
Section section,
int level)
Constructor - initializes a new instance of the Heading class. |
|
ListSection(Pdf doc)
Set the default title of listSection. |
|
Section(Pdf pdf)
Initializes a new instance of the Section class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |