1 package com.nwalsh.xalan; 2 3 import org.w3c.dom.*; 4 import org.apache.xml.utils.DOMBuilder; 5 import com.nwalsh.xalan.Callout; 6 import org.apache.xml.utils.AttList; 7 8 28 29 public class FormatTextCallout extends FormatCallout { 30 public FormatTextCallout(boolean fo) { 31 stylesheetFO = fo; 32 } 33 34 public void formatCallout(DOMBuilder rtf, 35 Callout callout) { 36 formatTextCallout(rtf, callout); 37 } 38 } 39 | Popular Tags |