Package org.docx4j.convert.out.html
Class BookmarkStartWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractBookmarkStartWriter
org.docx4j.convert.out.html.BookmarkStartWriter
- All Implemented Interfaces:
Writer
Generate a reference so that the w:bookmarkStart it can be referenced.
The preprocessing step BookmarkMover should have moved any Bookmarks to the beginning of a paragraph, therefore an inline should always work.
The preprocessing step BookmarkMover should have moved any Bookmarks to the beginning of a paragraph, therefore an inline should always work.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields inherited from class org.docx4j.convert.out.common.writer.AbstractBookmarkStartWriter
WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node modelContent, Writer.TransformState state, Document doc) Generate the corresponding document fragmentMethods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
createTransformState, getID
-
Constructor Details
-
BookmarkStartWriter
public BookmarkStartWriter()
-
-
Method Details
-
toNode
public Node toNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node modelContent, Writer.TransformState state, Document doc) throws TransformerException Description copied from interface:WriterGenerate the corresponding document fragment- Returns:
- Throws:
TransformerException
-