iText 7 7.2.5 API
iText.StyledXmlParser.Css.CssDeclaration Class Reference

Class to store a CSS declaration. More...

Public Member Functions

  CssDeclaration (String property, String expression)
  Instantiates a new CSS declaration. More...
 
override String  ToString ()
 
virtual String  GetProperty ()
  Gets the property. More...
 
virtual String  GetExpression ()
  Gets the expression. More...
 
virtual void  SetExpression (String expression)
  Sets the expression. More...
 

Detailed Description

Class to store a CSS declaration.

Constructor & Destructor Documentation

◆ CssDeclaration()

iText.StyledXmlParser.Css.CssDeclaration.CssDeclaration ( String  property,
String  expression 
)
inline

Instantiates a new CSS declaration.

Parameters
property the property
expression the expression

Member Function Documentation

◆ GetExpression()

virtual String iText.StyledXmlParser.Css.CssDeclaration.GetExpression ( )
inlinevirtual

Gets the expression.

Returns
the expression

◆ GetProperty()

virtual String iText.StyledXmlParser.Css.CssDeclaration.GetProperty ( )
inlinevirtual

Gets the property.

Returns
the property

◆ SetExpression()

virtual void iText.StyledXmlParser.Css.CssDeclaration.SetExpression ( String  expression )
inlinevirtual

Sets the expression.

Parameters
expression the new expression