Package com.xwiki.macros.confluence
Class ConfluenceTocZoneMacroParameters
java.lang.Object
com.xwiki.macros.confluence.ConfluenceTocZoneMacroParameters
confluence_toc-zone parameters.
- Since:
- 1.23.0
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the class parameter.Get the exclude parameter.Get the include parameter.Get the indent parameter.Gets the location parameter.intGet the maxLevel parameter.intGet the minLevel parameter.Get the separator parameter.getStyle()Get the style parameter.getType()Gets the type parameter.Get the outline parameter.booleanGet the printable parameter.voidsetCssClass(String cssClass) Set the class parameter.voidsetExclude(String exclude) Set the exclude parameter.voidsetInclude(String include) Set the include parameter.voidSet the indent parameter.voidSets the location.voidsetMaxLevel(int maxLevel) Set the maxLevel parameter.voidsetMinLevel(int minLevel) Set the minLevel parameter.voidsetOutline(Boolean outline) Set the outline parameter.voidsetPrintable(boolean printable) Set the printable parameter.voidsetSeparator(String separator) Set the separator parameter.voidSet the style parameter.voidSets the type parameter.
-
Constructor Details
-
ConfluenceTocZoneMacroParameters
public ConfluenceTocZoneMacroParameters()
-
-
Method Details
-
getLocation
Gets the location parameter.- Returns:
- The location parameter.
-
setLocation
Sets the location.- Parameters:
location- location parameter.
-
getType
Gets the type parameter.- Returns:
- The type parameter
-
setType
Sets the type parameter.- Parameters:
type- type parameter.
-
isOutline
Get the outline parameter.- Returns:
- the outline parameter.
-
setOutline
Set the outline parameter.- Parameters:
outline- the outline parameter.
-
getStyle
Get the style parameter.- Returns:
- the style parameter.
-
setStyle
Set the style parameter.- Parameters:
style- the style parameter.
-
getIndent
Get the indent parameter.- Returns:
- the indent parameter.
-
setIndent
Set the indent parameter.- Parameters:
indent- the indent parameter.
-
getSeparator
Get the separator parameter.- Returns:
- the separator parameter.
-
setSeparator
Set the separator parameter.- Parameters:
separator- the separator parameter.
-
getMinLevel
public int getMinLevel()Get the minLevel parameter.- Returns:
- the minLevel parameter.
-
setMinLevel
public void setMinLevel(int minLevel) Set the minLevel parameter.- Parameters:
minLevel- the minLevel parameter.
-
getMaxLevel
public int getMaxLevel()Get the maxLevel parameter.- Returns:
- the maxLevel parameter.
-
setMaxLevel
public void setMaxLevel(int maxLevel) Set the maxLevel parameter.- Parameters:
maxLevel- the maxLevel parameter.
-
getInclude
Get the include parameter.- Returns:
- the include parameter.
-
setInclude
Set the include parameter.- Parameters:
include- the include parameter.
-
getExclude
Get the exclude parameter.- Returns:
- the exclude parameter.
-
setExclude
Set the exclude parameter.- Parameters:
exclude- the exclude parameter.
-
isPrintable
public boolean isPrintable()Get the printable parameter.- Returns:
- the printable parameter.
-
setPrintable
public void setPrintable(boolean printable) Set the printable parameter.- Parameters:
printable- the printable parameter.
-
getCssClass
Get the class parameter.- Returns:
- the class parameter.
-
setCssClass
Set the class parameter.- Parameters:
cssClass- the class parameter.
-