Package com.smartsheet.api.models
Class FormatDetails
- java.lang.Object
-
- com.smartsheet.api.models.FormatDetails
-
public class FormatDetails extends java.lang.ObjectRepresents 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 PaperSizegetPaperSize()Gets the paper size.FormatDetailssetPaperSize(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
-
-