Uses of Class
org.docx4j.wml.SdtBlock
Packages that use SdtBlock
Package
Description
-
Uses of SdtBlock in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess that return SdtBlockMethods in org.docx4j.convert.out.common.preprocess with parameters of type SdtBlock -
Uses of SdtBlock in org.docx4j.convert.out.common.wrappers
Fields in org.docx4j.convert.out.common.wrappers with type parameters of type SdtBlock -
Uses of SdtBlock in org.docx4j.convert.out.html
Fields in org.docx4j.convert.out.html declared as SdtBlockModifier and TypeFieldDescription(package private) SdtBlockListsToContentControls.ListSpec.sdtListMethods in org.docx4j.convert.out.html with parameters of type SdtBlockModifier and TypeMethodDescriptionprivate voidListsToContentControls.setTag(SdtBlock sdtList, BigInteger numId, BigInteger ilvl) -
Uses of SdtBlock in org.docx4j.toc
Fields in org.docx4j.toc declared as SdtBlockModifier and TypeFieldDescriptionprivate SdtBlockTocFinder.currentSDTprivate SdtBlockTocIntoSdt.TocFinder.currentSDT(package private) SdtBlockTocFinder.tocSDTMethods in org.docx4j.toc that return SdtBlockModifier and TypeMethodDescriptionstatic SdtBlockTocSdtUtils.createSdt()TocGenerator.generateToc(boolean skipPageNumbering) Generate Table of Contents using default TOC instruction, adding it at the beginning of the document To alter the ToC heading, use Toc.setTocHeadingTextTocGenerator.generateToc(int index, String instruction, boolean skipPageNumbering) Generate Table of Contents using provided TOC instruction, adding at the given index in the body of document, using dot leader for page numbering (if any).TocGenerator.generateToc(int index, String instruction, STTabTlc leader, boolean skipPageNumbering) Generate Table of Contents using provided TOC instruction, and specified leader (eg dots) before page number, adding at the given index in the body of document It is an error if a ToC content control is already present; delete it or use updateToc.static SdtBlockTocGenerator.generateToc(WordprocessingMLPackage wordMLPackage, boolean skipPageNumbering) Deprecated.static SdtBlockTocGenerator.generateToc(WordprocessingMLPackage wordMLPackage, int index, String instruction, boolean skipPageNumbering) Deprecated.protected SdtBlockTocGenerator.generateToc(SdtBlock sdt, String instruction, STTabTlc leader, boolean skipPageNumbering) Generate Table of Contents in the given sdt with generated heading, and given TOC instruction.protected SdtBlockTocGenerator.generateToc(SdtBlock sdt, List<P> tocHeadingP, String instruction, STTabTlc leader, boolean skipPageNumbering) Generate Table of Contents in the given sdt with provided tocHeadingP, and given TOC instruction.TocFinder.getTocSDT()TocIntoSdt.process(WordprocessingMLPackage wordMLPackage) TocGenerator.updateToc()Update existing TOC in the document with TOC generated by generateToc() method, reusing the existing ToC heading paragraph.TocGenerator.updateToc(boolean skipPageNumbering) Update existing TOC in the document with TOC generated by generateToc() method, reusing the existing ToC heading paragraph.TocGenerator.updateToc(boolean skipPageNumbering, boolean reuseExistingToCHeadingP) Update existing TOC in the document with TOC generated by generateToc() method.TocGenerator.updateToc(boolean skipPageNumbering, boolean reuseExistingToCHeadingP, STTabTlc leader) Update existing TOC in the document with TOC generated by generateToc() method, using specified tab leader.static SdtBlockTocGenerator.updateToc(WordprocessingMLPackage wordMLPackage, boolean skipPageNumbering) Deprecated.TocGenerator.updateToc(WordprocessingMLPackage wordMLPackage, boolean skipPageNumbering, boolean reuseExistingToCHeadingP) Deprecated.Methods in org.docx4j.toc with parameters of type SdtBlockModifier and TypeMethodDescriptionprotected SdtBlockTocGenerator.generateToc(SdtBlock sdt, String instruction, STTabTlc leader, boolean skipPageNumbering) Generate Table of Contents in the given sdt with generated heading, and given TOC instruction.protected SdtBlockTocGenerator.generateToc(SdtBlock sdt, List<P> tocHeadingP, String instruction, STTabTlc leader, boolean skipPageNumbering) Generate Table of Contents in the given sdt with provided tocHeadingP, and given TOC instruction.private booleanTocFinder.isDocPartToC(SdtBlock currentSDT) private booleanTocIntoSdt.TocFinder.isDocPartToC(SdtBlock currentSDT) -
Uses of SdtBlock in org.docx4j.wml
Methods in org.docx4j.wml that return SdtBlock