Package com.sap.cds.services.pdf
Interface PdfDocumentDescription.Format
- Enclosing interface:
- PdfDocumentDescription
public static interface PdfDocumentDescription.Format
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptioncreate()voidvoidsetFontSize(Integer fontSize) voidsetOrientation(String orientation) voidsetPaperSize(String paperSize) Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
PAPER_SIZE
- See Also:
-
ORIENTATION
- See Also:
-
FONT_SIZE
- See Also:
-
FIT_TO_PAGE
- See Also:
-
-
Method Details
-
getPaperSize
-
setPaperSize
-
getOrientation
-
setOrientation
-
getFontSize
-
setFontSize
-
getFitToPage
-
setFitToPage
-
create
-