Package de.mid.innovator.srv2api.icw2dg
Class DGChapterHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dg.DGChapterHelper
Represents a chapter in a documentation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetNumber(SrvContext srvCtx, List<? extends ELElement> seq) Set the number state of the specified chapters.
-
Method Details
-
setNumber
public static void setNumber(SrvContext srvCtx, 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:
InoNetExceptionSrvErrorException
-