| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
CellInfo.GetRangeBoundary(IRange range)
Gets the position and size (in pixels) of the specified range.
|
static Rectangle |
CellInfo.GetRangeBoundary(IRange range)
Gets the position and size (in pixels) of the specified range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
Draw the range data 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)
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.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|