Package de.mid.innovator.srv2api.icw2dg
Class DGChapterHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dg.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.
-
-
-
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
-
-