Class DGChapterHelper


  • public abstract class DGChapterHelper
    extends java.lang.Object
    Represents a chapter in a documentation.
    See Also:
    DGChapter
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setNumber​(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
      Set the number state of the specified chapters.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setNumber

        public static void setNumber​(SrvContext srvCtx,
                                     java.util.List<? extends ELElement> seq)
                              throws InoNetException,
                                     SrvErrorException
        Set the number state of the specified chapters. If any of the specified chapters is not numbered, all chapters are numbered. Otherwise the chapters are unnumbered.
        Parameters:
        srvCtx - The context of the related innovator server.
        seq - List of ELElement
        Throws:
        InoNetException
        SrvErrorException