Uses of Interface
org.docx4j.toc.switches.SwitchInterface

Packages that use SwitchInterface
Package
Description
 
 
  • Uses of SwitchInterface in org.docx4j.toc

    Methods in org.docx4j.toc that return types with arguments of type SwitchInterface
    Modifier and Type
    Method
    Description
     
  • Uses of SwitchInterface in org.docx4j.toc.switches

    Classes in org.docx4j.toc.switches that implement SwitchInterface
    Modifier and Type
    Class
    Description
    class 
     
    class 
    \c field-argument Includes figures, tables, charts, and other items that are numbered by a SEQ field (ยง2.16.5.63).
    class 
    A switch which dictates formatting only (eg page numbering N, hyperlinks H) and does not determine whether a given paragraph is included in the TOC or not.
    class 
    hyperlinks switch
    class 
    page Numbers switch Per http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/TOC.html Without field-argument, omits page numbers from the table of contents.
    class 
    heading Outline switch Per http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/TOC.html Uses paragraphs formatted with (or based on) all or the specified range of built-in heading styles.
    class 
    A switch which can determine whether a given paragraph is included in the TOC or not.
    class 
    sTyle switch Per http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/TOC.html Uses paragraphs formatted with (or based on) styles other than the built-in heading styles.
    class 
    paragraph oUtline switch This switch indicates to consider the outline level set on the paragraph.
    Modifier and Type
    Method
    Description
    SwitchesFactory.getSwitch(String id)