Uses of Class
com.itextpdf.styledxmlparser.css.media.MediaDeviceDescription
Packages that use MediaDeviceDescription
Package
Description
-
Uses of MediaDeviceDescription in com.itextpdf.styledxmlparser.css
Methods in com.itextpdf.styledxmlparser.css with parameters of type MediaDeviceDescriptionModifier and TypeMethodDescriptionCssStyleSheet.getCssDeclarations
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS declarations.CssNestedAtRule.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) CssRuleSet.getCssRuleSets
(INode element, MediaDeviceDescription deviceDescription) CssStatement.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) Gets a list ofCssRuleSet
objects.CssStyleSheet.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS rule sets. -
Uses of MediaDeviceDescription in com.itextpdf.styledxmlparser.css.media
Methods in com.itextpdf.styledxmlparser.css.media that return MediaDeviceDescriptionModifier and TypeMethodDescriptionstatic MediaDeviceDescription
MediaDeviceDescription.createDefault()
Creates the defaultMediaDeviceDescription
.static MediaDeviceDescription
MediaDeviceDescription.getDefault()
Gets defaultMediaDeviceDescription
instance.MediaDeviceDescription.setBitsPerComponent
(int bitsPerComponent) Sets the bits per component.MediaDeviceDescription.setColorIndex
(int colorIndex) Sets the color index.MediaDeviceDescription.setGrid
(boolean grid) Sets the grid value.MediaDeviceDescription.setHeight
(float height) Sets the height in points.MediaDeviceDescription.setMonochrome
(int monochrome) Sets the number of bits per pixel on a monochrome (greyscale) device.MediaDeviceDescription.setOrientation
(String orientation) Sets the orientation.MediaDeviceDescription.setResolution
(float resolution) Sets the resolution in DPI.Sets the scan value.MediaDeviceDescription.setWidth
(float width) Sets the width in points.Methods in com.itextpdf.styledxmlparser.css.media with parameters of type MediaDeviceDescriptionModifier and TypeMethodDescriptionCssMediaRule.getCssRuleSets
(INode element, MediaDeviceDescription deviceDescription) boolean
MediaExpression.matches
(MediaDeviceDescription deviceDescription) Tries to match aMediaDeviceDescription
.boolean
MediaQuery.matches
(MediaDeviceDescription deviceDescription) Tries to match a device description with the media query.boolean
CssMediaRule.matchMediaDevice
(MediaDeviceDescription deviceDescription) Tries to match a media device. -
Uses of MediaDeviceDescription in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return MediaDeviceDescriptionModifier and TypeMethodDescriptionISvgConverterProperties.getMediaDeviceDescription()
Gets the media device description. -
Uses of MediaDeviceDescription in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return MediaDeviceDescriptionModifier and TypeMethodDescriptionSvgProcessorContext.getDeviceDescription()
Gets the device description.SvgConverterProperties.getMediaDeviceDescription()
Gets the media device description.Methods in com.itextpdf.svg.processors.impl with parameters of type MediaDeviceDescriptionModifier and TypeMethodDescriptionSvgConverterProperties.setMediaDeviceDescription
(MediaDeviceDescription mediaDeviceDescription) Sets the media device description.