Package com.smartsheet.api.models
Class FormatDetails
- java.lang.Object
-
- com.smartsheet.api.models.FormatDetails
-
public class FormatDetails extends java.lang.Object
Represents the format details when generating a digital copy (PDF/EXCEL) of a sheet.
-
-
Constructor Summary
Constructors Constructor Description FormatDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaperSize
getPaperSize()
Gets the paper size.FormatDetails
setPaperSize(PaperSize paperSize)
Sets the paper size.
-
-
-
Method Detail
-
getPaperSize
public PaperSize getPaperSize()
Gets the paper size.- Returns:
- the paper size
-
setPaperSize
public FormatDetails setPaperSize(PaperSize paperSize)
Sets the paper size.- Parameters:
paperSize
- the new paper size
-
-