org.jfree.layouting.input.style.keys.hyperlinks

Class HyperlinkStyleKeys

public class HyperlinkStyleKeys extends Object

Creation-Date: 24.11.2005, 17:25:02

Author: Thomas Morgner

Field Summary
static StyleKeyANCHOR
todo: implement me This is a libLayout extension to allow a document independent anchor specifications.
static StyleKeyHREF_TARGET
todo: implement me This is a libLayout extension to allow a document independent link specification.
static StyleKeyTARGET_NAME
static StyleKeyTARGET_NEW
static StyleKeyTARGET_POSITION

Field Detail

ANCHOR

public static final StyleKey ANCHOR
todo: implement me This is a libLayout extension to allow a document independent anchor specifications. It is up to the output target to support that. Example style definition: a { x-href-anchor: attr("name"); }

HREF_TARGET

public static final StyleKey HREF_TARGET
todo: implement me This is a libLayout extension to allow a document independent link specification. It is up to the output target to support that. Example style definition: a { x-href-target: attr("href"); }

TARGET_NAME

public static final StyleKey TARGET_NAME

TARGET_NEW

public static final StyleKey TARGET_NEW

TARGET_POSITION

public static final StyleKey TARGET_POSITION