Modifier and Type | Method and Description |
---|---|
List<CssDeclaration> |
CssStyleSheet.getCssDeclarations(INode node, MediaDeviceDescription deviceDescription)
Gets the CSS declarations.
|
List<CssDeclaration> |
CssRuleSet.getImportantDeclarations()
Gets the important CSS declarations.
|
List<CssDeclaration> |
CssRuleSet.getNormalDeclarations()
Gets the normal CSS declarations.
|
List<CssDeclaration> |
CssFontFaceRule.getProperties()
Gets the properties.
|
Modifier and Type | Method and Description |
---|---|
void |
CssNestedAtRule.addBodyCssDeclarations(List<CssDeclaration> cssDeclarations)
Adds the body CSS declarations.
|
void |
CssFontFaceRule.addBodyCssDeclarations(List<CssDeclaration> cssDeclarations) |
Constructor and Description |
---|
CssRuleSet(ICssSelector selector, List<CssDeclaration> declarations)
Creates a new CssRuleSet from selector and raw list of declarations.
|
CssRuleSet(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) |
CssRuleSet(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) |
Modifier and Type | Method and Description |
---|---|
static CssFontFace |
CssFontFace.create(List<CssDeclaration> properties)
Create a CssFontFace instance from a list of CSS font attributes ("font-family" or "src").
|
Modifier and Type | Method and Description |
---|---|
void |
CssMarginRule.addBodyCssDeclarations(List<CssDeclaration> cssDeclarations) |
void |
CssPageRule.addBodyCssDeclarations(List<CssDeclaration> cssDeclarations) |
Modifier and Type | Method and Description |
---|---|
static List<CssDeclaration> |
CssRuleSetParser.parsePropertyDeclarations(String propertiesStr)
Parses property declarations.
|
Modifier and Type | Method and Description |
---|---|
List<CssDeclaration> |
IShorthandResolver.resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
Modifier and Type | Method and Description |
---|---|
List<CssDeclaration> |
ListStyleShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
TextDecorationShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
GapShorthandResolver.resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
List<CssDeclaration> |
BorderShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
AbstractCornersShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
FlexFlowShorthandResolver.resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
List<CssDeclaration> |
PlaceItemsShorthandResolver.resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
List<CssDeclaration> |
AbstractBoxShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
BackgroundPositionShorthandResolver.resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
List<CssDeclaration> |
BackgroundShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
FontShorthandResolver.resolveShorthand(String shorthandExpression) |
List<CssDeclaration> |
FlexShorthandResolver.resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
List<CssDeclaration> |
AbstractBorderShorthandResolver.resolveShorthand(String shorthandExpression) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CssDeclarationValidationMaster.checkDeclaration(CssDeclaration declaration)
Checks a CSS declaration.
|
boolean |
ICssDeclarationValidator.isValid(CssDeclaration cssDeclaration)
Checks if a value is a valid CSS declaration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiTypeDeclarationValidator.isValid(CssDeclaration cssDeclaration) |
boolean |
SingleTypeDeclarationValidator.isValid(CssDeclaration cssDeclaration) |
Copyright © 1998–2023 iText Group NV. All rights reserved.