Package | Description |
---|---|
com.itextpdf.styledxmlparser.css | |
com.itextpdf.styledxmlparser.css.media | |
com.itextpdf.svg.processors | |
com.itextpdf.svg.processors.impl |
Modifier and Type | Method and Description |
---|---|
List<CssDeclaration> |
CssStyleSheet.getCssDeclarations(INode node, MediaDeviceDescription deviceDescription)
Gets the CSS declarations.
|
List<CssRuleSet> |
CssNestedAtRule.getCssRuleSets(INode node, MediaDeviceDescription deviceDescription) |
List<CssRuleSet> |
CssStatement.getCssRuleSets(INode node, MediaDeviceDescription deviceDescription)
Gets a list of CssRuleSet objects.
|
List<CssRuleSet> |
CssStyleSheet.getCssRuleSets(INode node, MediaDeviceDescription deviceDescription)
Gets the CSS rule sets.
|
List<CssRuleSet> |
CssRuleSet.getCssRuleSets(INode element, MediaDeviceDescription deviceDescription) |
Modifier and Type | Method and Description |
---|---|
static MediaDeviceDescription |
MediaDeviceDescription.createDefault()
Creates the default MediaDeviceDescription .
|
static MediaDeviceDescription |
MediaDeviceDescription.getDefault()
Gets default MediaDeviceDescription instance.
|
MediaDeviceDescription |
MediaDeviceDescription.setBitsPerComponent(int bitsPerComponent)
Sets the bits per component.
|
MediaDeviceDescription |
MediaDeviceDescription.setColorIndex(int colorIndex)
Sets the color index.
|
MediaDeviceDescription |
MediaDeviceDescription.setGrid(boolean grid)
Sets the grid value.
|
MediaDeviceDescription |
MediaDeviceDescription.setHeight(float height)
Sets the height in points.
|
MediaDeviceDescription |
MediaDeviceDescription.setMonochrome(int monochrome)
Sets the number of bits per pixel on a monochrome (greyscale) device.
|
MediaDeviceDescription |
MediaDeviceDescription.setOrientation(String orientation)
Sets the orientation.
|
MediaDeviceDescription |
MediaDeviceDescription.setResolution(float resolution)
Sets the resolution in DPI.
|
MediaDeviceDescription |
MediaDeviceDescription.setScan(String scan)
Sets the scan value.
|
MediaDeviceDescription |
MediaDeviceDescription.setWidth(float width)
Sets the width in points.
|
Modifier and Type | Method and Description |
---|---|
List<CssRuleSet> |
CssMediaRule.getCssRuleSets(INode element, MediaDeviceDescription deviceDescription) |
boolean |
MediaExpression.matches(MediaDeviceDescription deviceDescription)
Tries to match a MediaDeviceDescription .
|
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.
|
Modifier and Type | Method and Description |
---|---|
MediaDeviceDescription |
ISvgConverterProperties.getMediaDeviceDescription()
Gets the media device description.
|
Modifier and Type | Method and Description |
---|---|
MediaDeviceDescription |
SvgProcessorContext.getDeviceDescription()
Gets the device description.
|
MediaDeviceDescription |
SvgConverterProperties.getMediaDeviceDescription()
Gets the media device description.
|
Modifier and Type | Method and Description |
---|---|
SvgConverterProperties |
SvgConverterProperties.setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)
Sets the media device description.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.