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 Details

    • ConfluenceTocZoneMacroParameters

      public ConfluenceTocZoneMacroParameters()
  • Method Details

    • getLocation

      Gets the location parameter.
      Returns:
      The location parameter.
    • setLocation

      public void setLocation(ConfluenceTocZoneMacroLocationParameter location)
      Sets the location.
      Parameters:
      location - location parameter.
    • 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.