Class SrcCssProperty

All Implemented Interfaces:
CssProperty, Serializable, Cloneable

public class SrcCssProperty extends Src
 src: URL;
 
Defines the URL(s) where the font needs to be downloaded from. This css property is applicable inside @font-face css selector. This SrcCssProperty is using Src css property. This class is introduced to avoid conflicts with Src attribute class.
Since:
2.1.11
See Also:
  • Constructor Details

    • SrcCssProperty

      public SrcCssProperty(String cssValue)