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 String
static final String
static final String
static final String
Fields inherited from interface com.sap.cds.CdsData
factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
void
void
setFontSize
(Integer fontSize) void
setOrientation
(String orientation) void
setPaperSize
(String paperSize) Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePath
Methods inherited from interface com.sap.cds.JSONizable
toJson
Methods 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
-