Class CssInfo

  • All Implemented Interfaces:
    Serializable

    public class CssInfo
    extends Object
    implements Serializable
    Represents an analyzed CSS file. Used by the form designer for various features.
    Since:
    7.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getClassInfo

        public CssClassInfo getClassInfo()
        Returns:
        Info about the CSS classes contained in the selectors of the CSS file.
      • getFontFaceInfo

        public CssFontFaceInfo getFontFaceInfo()
        Returns:
        Info about the font face rules declared in the CSS file.