| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetResources.getSheetAsPDF(long id,
OutputStream outputStream,
PaperSize paperSize)
Get a sheet as a PDF file.
|
| Modifier and Type | Method and Description |
|---|---|
PaperSize |
FormatDetails.getPaperSize()
Gets the paper size.
|
| Modifier and Type | Method and Description |
|---|---|
FormatDetails |
FormatDetails.setPaperSize(PaperSize paperSize)
Sets the paper size.
|
| Modifier and Type | Method and Description |
|---|---|
static PaperSize |
PaperSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaperSize[] |
PaperSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.