| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible)
Returns a PageContentInfo object.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible)
Returns a PageContentInfo object.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible,
double rowHeaderWidth,
int titleRowStart,
int titleRowEnd,
int tailRowStart,
int tailRowEnd,
int titleColumnStart,
int titleColumnEnd,
int tailColumnStart,
int tailColumnEnd,
double zoomFactor,
boolean ignoreRowPageBreaks)
Returns a PageContentInfo object.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible,
double rowHeaderWidth,
int titleRowStart,
int titleRowEnd,
int tailRowStart,
int tailRowEnd,
int titleColumnStart,
int titleColumnEnd,
int tailColumnStart,
int tailColumnEnd,
double zoomFactor,
boolean ignoreRowPageBreaks)
Returns a PageContentInfo object.
|
PageContentInfo |
PageInfo.getPageContent()
Returns the page content info.
|
PageContentInfo |
PageInfo.getPageContent()
Returns the page content info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageContentInfo pageContent)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageContentInfo pageContent)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageContentInfo pageContent,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageContentInfo pageContent,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
Size |
PrintManager.getSize(PageContentInfo contentInfo)
Returns the size of the PageContentInfo.
|
Size |
PrintManager.getSize(PageContentInfo contentInfo)
Returns the size of the PageContentInfo.
|
void |
PageInfo.setPageContent(PageContentInfo value)
Sets the page content info.
|
void |
PageInfo.setPageContent(PageContentInfo value)
Sets the page content info.
|