Package org.docx4j.convert.out.fo
Class FOPictWriterNoWrapImpl
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
- All Implemented Interfaces:
Writer
- Direct Known Subclasses:
FOPictWriterFloatAvoided,FOPictWriterFloatUsed
public abstract class FOPictWriterNoWrapImpl extends FOPictWriterAbstract
For no wrap (ie in front or behind), we use fo:block with @position=absolute|fixed,
with z-index to specify under or over.
position=absolute is relative to a context block.
position=fixed is relative to page.
- 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 FOPictWriterNoWrapImpl() -
Method Summary
Modifier and Type Method Description org.w3c.dom.NodehandleVTextBoxNoWrap(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
handleVTextBoxWrapped, 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
-
FOPictWriterNoWrapImpl
public FOPictWriterNoWrapImpl()
-
-
Method Details
-
handleVTextBoxNoWrap
public org.w3c.dom.Node handleVTextBoxNoWrap(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:
handleVTextBoxNoWrapin classFOPictWriterAbstract
-