The BasicLink does now extend Inline.
All makers should only extend FObj.Maker.
Removing parts that are yet to be implemented properly should wait until we
have a better understanding of how the properties are going to be used.
On Fri, 28 Sep 2001 00:17:30 Enrico Schnepel wrote:
> Hello,
>
> Ab
Hello,
About one month ago I've send a patch to extend Basiclink from Inline and not
from FObjMixed. There wasn't any reaction. The original email body was:
I have the problem that I want to specify other inline related properties
than color ( like text-decoration="underline" ) to basic-link.
FOPException;
import org.apache.fop.fo.properties.*;
import org.apache.fop.layout.*;
import org.apache.fop.datatypes.ColorType;
// Java
import java.util.Enumeration;
import java.awt.Rectangle;
public class BasicLink extends Inline {
public static class Maker extends Inline.Maker {
public F