Uses of Class
com.itextpdf.styledxmlparser.css.CssDeclaration
Packages that use CssDeclaration
Package
Description
-
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css
Methods in com.itextpdf.styledxmlparser.css that return types with arguments of type CssDeclarationModifier 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.Method parameters in com.itextpdf.styledxmlparser.css with type arguments of type CssDeclarationModifier and TypeMethodDescriptionvoid
CssFontFaceRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) void
CssNestedAtRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) Adds the body CSS declarations.Constructor parameters in com.itextpdf.styledxmlparser.css with type arguments of type CssDeclarationModifierConstructorDescriptionCssRuleSet
(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
Method parameters in com.itextpdf.styledxmlparser.css.font with type arguments of type CssDeclarationModifier 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
Method parameters in com.itextpdf.styledxmlparser.css.page with type arguments of type CssDeclarationModifier and TypeMethodDescriptionvoid
CssMarginRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) void
CssPageRule.addBodyCssDeclarations
(List<CssDeclaration> cssDeclarations) -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.parse
Methods in com.itextpdf.styledxmlparser.css.parse that return types with arguments of type CssDeclarationModifier and TypeMethodDescriptionstatic List<CssDeclaration>
CssRuleSetParser.parsePropertyDeclarations
(String propertiesStr) Parses property declarations. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.resolve.shorthand
Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand that return types with arguments of type CssDeclarationModifier and TypeMethodDescriptionIShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl
Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl that return types with arguments of type CssDeclarationModifier 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) ColumnRuleShortHandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.ColumnsShorthandResolver.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.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
Methods in com.itextpdf.styledxmlparser.css.validate with parameters of type CssDeclarationModifier 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
Methods in com.itextpdf.styledxmlparser.css.validate.impl with parameters of type CssDeclarationModifier and TypeMethodDescriptionboolean
CssDefaultValidator.isValid
(CssDeclaration declaration) Validates a CSS declaration. -
Uses of CssDeclaration in com.itextpdf.styledxmlparser.css.validate.impl.declaration
Methods in com.itextpdf.styledxmlparser.css.validate.impl.declaration with parameters of type CssDeclarationModifier and TypeMethodDescriptionboolean
MultiTypeDeclarationValidator.isValid
(CssDeclaration cssDeclaration) boolean
SingleTypeDeclarationValidator.isValid
(CssDeclaration cssDeclaration)