Package org.cakelab.jdoxml.api
Interface IDocSimpleSect
-
- All Superinterfaces:
IDoc
- All Known Subinterfaces:
IDocXRefSect
- All Known Implementing Classes:
SimpleSectHandler
,XRefSectHandler
public interface IDocSimpleSect extends IDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDocSimpleSect.Types
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDocPara
description()
IDocTitle
title()
IDocSimpleSect.Types
type()
java.lang.String
typeString()
-
-
-
Method Detail
-
type
IDocSimpleSect.Types type()
-
typeString
java.lang.String typeString()
-
title
IDocTitle title()
-
description
IDocPara description()
-
-