Uses of Class
com.itextpdf.styledxmlparser.css.CssDeclaration
Package
Description
-
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css
Modifier and TypeMethodDescriptionCssStyleSheet.getCssDeclarations
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS declarations.CssRuleSet.getImportantDeclarations()
Gets the important CSS declarations.CssRuleSet.getNormalDeclarations()
Gets the normal CSS declarations.CssFontFaceRule.getProperties()
Gets the properties.Modifier and TypeMethodDescriptionvoid
CssFontFaceRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) void
CssNestedAtRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) Adds the body CSS declarations.ModifierConstructorDescriptionCssRuleSet
(ICssSelector selector, List<CssDeclaration> declarations) Creates a newCssRuleSet
from selector and raw list of declarations.CssRuleSet
(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.font
Modifier and TypeMethodDescriptionstatic CssFontFace
CssFontFace.create
(List<CssDeclaration> properties) Create aCssFontFace
instance from a list of CSS font attributes ("font-family" or "src"). -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.page
Modifier and TypeMethodDescriptionvoid
CssMarginRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) void
CssPageRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.parse
Modifier and TypeMethodDescriptionstatic List<CssDeclaration>
CssRuleSetParser.parsePropertyDeclarations
(String propertiesStr) Parses property declarations. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.resolve.shorthand
Modifier and TypeMethodDescriptionIShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl
Modifier and TypeMethodDescriptionAbstractBorderShorthandResolver.resolveShorthand
(String shorthandExpression) AbstractBoxShorthandResolver.resolveShorthand
(String shorthandExpression) AbstractCornersShorthandResolver.resolveShorthand
(String shorthandExpression) BackgroundPositionShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.BackgroundShorthandResolver.resolveShorthand
(String shorthandExpression) BorderShorthandResolver.resolveShorthand
(String shorthandExpression) FlexFlowShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.FlexShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.FontShorthandResolver.resolveShorthand
(String shorthandExpression) GapShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.ListStyleShorthandResolver.resolveShorthand
(String shorthandExpression) PlaceItemsShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.TextDecorationShorthandResolver.resolveShorthand
(String shorthandExpression) -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.validate
Modifier and TypeMethodDescriptionstatic boolean
CssDeclarationValidationMaster.checkDeclaration
(CssDeclaration declaration) Checks a CSS declaration.boolean
ICssDeclarationValidator.isValid
(CssDeclaration cssDeclaration) Checks if a value is a valid CSS declaration. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.validate.impl
Modifier and TypeMethodDescriptionboolean
CssDefaultValidator.isValid
(CssDeclaration declaration) Validates a CSS declaration. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.validate.impl.declaration
Modifier and TypeMethodDescriptionboolean
MultiTypeDeclarationValidator.isValid
(CssDeclaration cssDeclaration) boolean
SingleTypeDeclarationValidator.isValid
(CssDeclaration cssDeclaration)