Uses of Class
org.docx4j.convert.out.html.SdtTagHandler
Packages that use SdtTagHandler
-
Uses of SdtTagHandler in org.docx4j.convert.out.html
Subclasses of SdtTagHandler in org.docx4j.convert.out.htmlModifier and TypeClassDescriptionclass(package private) static classInclude sdt contents as-is in output.(package private) static classOmit sdt contents from output.classIf the content control has a tag containing @class=foo, then create a div with that attribute and value.classIn Word, adjacent paragraphs with the same borders are enclosed in a single border (unless bullets/numbering apply).Fields in org.docx4j.convert.out.html with type parameters of type SdtTagHandlerMethods in org.docx4j.convert.out.html with parameters of type SdtTagHandlerModifier and TypeMethodDescriptionstatic voidSdtWriter.registerTagHandler(String key, SdtTagHandler handler)