Package org.docx4j.convert.out.fo
Class FOPictWriterFloatUsed
- All Implemented Interfaces:
Writer
FOPictWriter intended to be used in conjunction with a
renderer which supports fo:float.
For FOP's float support, see https://xmlgraphics.apache.org/fop/fo.html#floats
Note that despite its name, this currently only handles v:textbox.
This class handles wrap=square|tight|through, by using fo:float
- Author:
- jharrop
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
FieldsFields inherited from class org.docx4j.convert.out.fo.FOPictWriterAbstract
XSL_FOFields inherited from class org.docx4j.convert.out.common.writer.AbstractPictWriter
WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleVTextBoxWrapped(AbstractWmlConversionContext context, Node modelContent, Document doc, org.docx4j.vml.VmlShapeElements shape, Map<String, String> props) Methods inherited from class org.docx4j.convert.out.fo.FOPictWriterNoWrapImpl
handleVTextBoxNoWrapMethods 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
-
FOPictWriterFloatUsed
public FOPictWriterFloatUsed()
-
-
Method Details
-
handleVTextBoxWrapped
public Node handleVTextBoxWrapped(AbstractWmlConversionContext context, Node modelContent, Document doc, org.docx4j.vml.VmlShapeElements shape, Map<String, String> props) - Specified by:
handleVTextBoxWrappedin classFOPictWriterAbstract
-