-
- All Implemented Interfaces:
public final class MediaSizeSupportedhttps://ftp.pwg.org/pub/pwg/candidates/cs-ippjobext21-20230210-5100.7.pdf
6.9.50 media-size-supported (1setOf collection) This REQUIRED attribute lists the supported values of the "media-size" member attribute (section 6.3.1.15). Unlike the "media-size" member attribute, the "x-dimension" and "y-dimension" member attributes of "media-size-supported" have a syntax of "integer(1:MAX) | rangeOflnteger(1:MAX)" to allow for arbitrary ranges of sizes for custom and roll-fed media.
Unit: 1/100 mm, e.g. 2540 = 1 inch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMediaSizeSupported.Companionpublic final classMediaSizeSupported.SupportedSize
-
Field Summary
Fields Modifier and Type Field Description private final Collection<MediaSizeSupported.SupportedSize>supportedSizes
-
Constructor Summary
Constructors Constructor Description MediaSizeSupported(Collection<MediaSizeSupported.SupportedSize> supportedSizes)
-
Method Summary
Modifier and Type Method Description final Collection<MediaSizeSupported.SupportedSize>getSupportedSizes()final Booleansupports(MediaSize mediaSize)StringtoString()-
-
Constructor Detail
-
MediaSizeSupported
MediaSizeSupported(Collection<MediaSizeSupported.SupportedSize> supportedSizes)
-
-
Method Detail
-
getSupportedSizes
final Collection<MediaSizeSupported.SupportedSize> getSupportedSizes()
-
-
-
-