java.lang.Object
ro.sync.exml.workspace.api.editor.page.author.css.CSSResource
All Implemented Interfaces:
ro.sync.ecss.component.CSSSourceTypes

@API(type=EXTENDABLE, src=PUBLIC) public class CSSResource extends Object implements ro.sync.ecss.component.CSSSourceTypes
The CSS resource contains an URI to the CSS resource and its origin.
Since:
17
  • Constructor Details

    • CSSResource

      public CSSResource(String cssURL, byte origin)
      Constructor.
      Parameters:
      cssURL - The CSS url.
      origin - The CSS origin. Can be SOURCE_DOCUMENT, SOURCE_DOCUMENT_TYPE or SOURCE_XHTML_DOCUMENT. See the "SOURCE_" constants.
  • Method Details