Package com.sap.cds.services.pdf
Interface PdfDocumentDescription.Format.FitToPage
- Enclosing interface:
- PdfDocumentDescription.Format
public static interface PdfDocumentDescription.Format.FitToPage
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
FieldsFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptioncreate()voidsetIsEnabled(Boolean isEnabled) voidsetMinimumFontSize(Integer minimumFontSize) 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
-
IS_ENABLED
- See Also:
-
MINIMUM_FONT_SIZE
- See Also:
-
-
Method Details
-
getIsEnabled
-
setIsEnabled
-
getMinimumFontSize
-
setMinimumFontSize
-
create
-