Constructor CssStyleSheet

Namespace TallComponents.PDF.Layout.Paragraphs
Class CssStyleSheet

Creates a new CssStyleSheet.

Syntax

public  CssStyleSheet( String  path )

Parameters


String path
The (relative) (web)path to the stylesheet to load.

This 'wrapper' tries to resolve the location of the stylesheet by checking various types. The first matching is evaluated:

- path is a complete url

- path is a local file (relative to current working folder)

- the application is running in a web context: the web path is resolved locally.