com.stimulsoft.report.options
Class DesignerOptions.Toolbars.BordersToolbar

java.lang.Object
  extended by com.stimulsoft.report.options.DesignerOptions.Toolbars.BordersToolbar
Enclosing class:
DesignerOptions.Toolbars

public static class DesignerOptions.Toolbars.BordersToolbar
extends java.lang.Object


Constructor Summary
DesignerOptions.Toolbars.BordersToolbar()
           
 
Method Summary
static boolean getShowBorderAll()
           
static boolean getShowBorderBottom()
           
static boolean getShowBorderColor()
           
static boolean getShowBorderLeft()
           
static boolean getShowBorderNone()
           
static boolean getShowBorderRight()
           
static boolean getShowBorderShadow()
           
static boolean getShowBorderStyle()
           
static boolean getShowBorderTop()
           
static boolean getShowFillBrush()
           
static void setShowBorderAll(boolean value)
           
static void setShowBorderBottom(boolean value)
           
static void setShowBorderColor(boolean value)
           
static void setShowBorderLeft(boolean value)
           
static void setShowBorderNone(boolean value)
           
static void setShowBorderRight(boolean value)
           
static void setShowBorderShadow(boolean value)
           
static void setShowBorderStyle(boolean value)
           
static void setShowBorderTop(boolean value)
           
static void setShowFillBrush(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.Toolbars.BordersToolbar

public DesignerOptions.Toolbars.BordersToolbar()
Method Detail

getShowBorderAll

public static boolean getShowBorderAll()

setShowBorderAll

public static void setShowBorderAll(boolean value)

getShowBorderNone

public static boolean getShowBorderNone()

setShowBorderNone

public static void setShowBorderNone(boolean value)

getShowBorderTop

public static boolean getShowBorderTop()

setShowBorderTop

public static void setShowBorderTop(boolean value)

getShowBorderLeft

public static boolean getShowBorderLeft()

setShowBorderLeft

public static void setShowBorderLeft(boolean value)

getShowBorderBottom

public static boolean getShowBorderBottom()

setShowBorderBottom

public static void setShowBorderBottom(boolean value)

getShowBorderRight

public static boolean getShowBorderRight()

setShowBorderRight

public static void setShowBorderRight(boolean value)

getShowBorderShadow

public static boolean getShowBorderShadow()

setShowBorderShadow

public static void setShowBorderShadow(boolean value)

getShowFillBrush

public static boolean getShowFillBrush()

setShowFillBrush

public static void setShowFillBrush(boolean value)

getShowBorderColor

public static boolean getShowBorderColor()

setShowBorderColor

public static void setShowBorderColor(boolean value)

getShowBorderStyle

public static boolean getShowBorderStyle()

setShowBorderStyle

public static void setShowBorderStyle(boolean value)