Package com.xwiki.macros.confluence
Class ConfluenceTocZoneMacroParameters
- java.lang.Object
-
- com.xwiki.macros.confluence.ConfluenceTocZoneMacroParameters
-
@Unstable public class ConfluenceTocZoneMacroParameters extends Object
confluence_toc-zone parameters.- Since:
- 1.23.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConfluenceTocZoneMacroParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCssClass()Get the class parameter.StringgetExclude()Get the exclude parameter.StringgetInclude()Get the include parameter.StringgetIndent()Get the indent parameter.ConfluenceTocZoneMacroLocationParametergetLocation()Gets the location parameter.intgetMaxLevel()Get the maxLevel parameter.intgetMinLevel()Get the minLevel parameter.StringgetSeparator()Get the separator parameter.StringgetStyle()Get the style parameter.ConfluenceTocZoneMacroTypeParametergetType()Gets the type parameter.BooleanisOutline()Get the outline parameter.booleanisPrintable()Get the printable parameter.voidsetCssClass(String cssClass)Set the class parameter.voidsetExclude(String exclude)Set the exclude parameter.voidsetInclude(String include)Set the include parameter.voidsetIndent(String indent)Set the indent parameter.voidsetLocation(ConfluenceTocZoneMacroLocationParameter location)Sets 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.voidsetStyle(String style)Set the style parameter.voidsetType(ConfluenceTocZoneMacroTypeParameter type)Sets the type parameter.
-
-
-
Method Detail
-
getLocation
public ConfluenceTocZoneMacroLocationParameter getLocation()
Gets the location parameter.- Returns:
- The location parameter.
-
setLocation
public void setLocation(ConfluenceTocZoneMacroLocationParameter location)
Sets the location.- Parameters:
location- location parameter.
-
getType
public ConfluenceTocZoneMacroTypeParameter getType()
Gets the type parameter.- Returns:
- The type parameter
-
setType
public void setType(ConfluenceTocZoneMacroTypeParameter type)
Sets the type parameter.- Parameters:
type- type parameter.
-
isOutline
public Boolean isOutline()
Get the outline parameter.- Returns:
- the outline parameter.
-
setOutline
public void setOutline(Boolean outline)
Set the outline parameter.- Parameters:
outline- the outline parameter.
-
getStyle
public String getStyle()
Get the style parameter.- Returns:
- the style parameter.
-
setStyle
public void setStyle(String style)
Set the style parameter.- Parameters:
style- the style parameter.
-
getIndent
public String getIndent()
Get the indent parameter.- Returns:
- the indent parameter.
-
setIndent
public void setIndent(String indent)
Set the indent parameter.- Parameters:
indent- the indent parameter.
-
getSeparator
public String getSeparator()
Get the separator parameter.- Returns:
- the separator parameter.
-
setSeparator
public void setSeparator(String separator)
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
public String getInclude()
Get the include parameter.- Returns:
- the include parameter.
-
setInclude
public void setInclude(String include)
Set the include parameter.- Parameters:
include- the include parameter.
-
getExclude
public String getExclude()
Get the exclude parameter.- Returns:
- the exclude parameter.
-
setExclude
public void setExclude(String exclude)
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
public String getCssClass()
Get the class parameter.- Returns:
- the class parameter.
-
setCssClass
public void setCssClass(String cssClass)
Set the class parameter.- Parameters:
cssClass- the class parameter.
-
-