Package org.docx4j.convert.out.fo
Class FOPictWriterFloatAvoided
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractPictWriter
org.docx4j.convert.out.fo.FOPictWriterAbstract
org.docx4j.convert.out.fo.FOPictWriterNoWrapImpl
org.docx4j.convert.out.fo.FOPictWriterFloatAvoided
- All Implemented Interfaces:
Writer
public class FOPictWriterFloatAvoided extends FOPictWriterNoWrapImpl
FOPictWriter intended to be used in conjunction with a
renderer which doesn't support fo:float (eg old versions of Apache FOP).
Note that despite its name, this currently only handles v:textbox.
Images (ie ./v:shape/v:imagedata) are handled differently, by legacy code.
- Author:
- jharrop
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlog -
Constructor Summary
Constructors Constructor Description FOPictWriterFloatAvoided() -
Method Summary
Modifier and Type Method Description org.w3c.dom.NodehandleVTextBoxWrapped(AbstractWmlConversionContext context, org.w3c.dom.Node modelContent, org.w3c.dom.Document doc, org.docx4j.vml.VmlShapeElements shape, java.util.Map<java.lang.String,java.lang.String> props)Methods inherited from class org.docx4j.convert.out.fo.FOPictWriterAbstract
parsePtsVal, setBorders, toNodeMethods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
createTransformState, getID
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
FOPictWriterFloatAvoided
public FOPictWriterFloatAvoided()
-
-
Method Details
-
handleVTextBoxWrapped
public org.w3c.dom.Node handleVTextBoxWrapped(AbstractWmlConversionContext context, org.w3c.dom.Node modelContent, org.w3c.dom.Document doc, org.docx4j.vml.VmlShapeElements shape, java.util.Map<java.lang.String,java.lang.String> props)- Specified by:
handleVTextBoxWrappedin classFOPictWriterAbstract
-