com.stimulsoft.report.options
Class ViewerOptions.DotMatrix

java.lang.Object
  extended by com.stimulsoft.report.options.ViewerOptions.DotMatrix
Enclosing class:
ViewerOptions

public static class ViewerOptions.DotMatrix
extends java.lang.Object

Class for adjusting a Dot-Matrix window of the report.


Constructor Summary
ViewerOptions.DotMatrix()
           
 
Method Summary
static boolean getAutoRefresh()
           
static boolean getCutLongLines()
           
static java.lang.String[] getDefaultEncodings()
           
static boolean getDotMatrixMode()
          Gets or sets a value which controls a visibillity of the Dot-Matrix Mode button of the report.
static boolean getDrawBorder()
           
static int getEncoding()
           
static boolean getGroupBoxBorderType()
           
static boolean getGroupBoxEncoding()
          Gets or sets a value which controls collapsing of the Group Box Encoding of the Dot-Matrix window of the report.
static boolean getGroupBoxRefresh()
          Gets or sets a value which controls collapsing of the Group Box Rrefresh of the Dot-Matrix window of the report.
static boolean getGroupBoxSettings()
          Gets or sets a value which contols a collapsing of the Group Box Settings of the Dot-Matrix window of the report.
static boolean getGroupBoxZoom()
          Gets or sets a value which controls a collapsing of the Group Box Zoom.
static boolean getKillSpaceGraphLines()
           
static boolean getKillSpaceLines()
           
static boolean getPutFeedPageCode()
           
static boolean getShowInTaskbar()
           
static boolean getSimple()
           
static boolean getUnicodeDouble()
           
static boolean getUnicodeSingle()
           
static java.lang.Object getViewerWpfIcon()
           
static java.lang.String getZoomX()
           
static java.lang.String getZoomY()
           
static void setAutoRefresh(boolean value)
           
static void setCutLongLines(boolean value)
           
static void setDefaultEncodings(java.lang.String[] value)
           
static void setDotMatrixMode(boolean value)
           
static void setDrawBorder(boolean value)
           
static void setEncoding(int value)
           
static void setGroupBoxBorderType(boolean value)
           
static void setGroupBoxEncoding(boolean value)
           
static void setGroupBoxRefresh(boolean value)
           
static void setGroupBoxSettings(boolean value)
           
static void setGroupBoxZoom(boolean value)
           
static void setKillSpaceGraphLines(boolean value)
           
static void setKillSpaceLines(boolean value)
           
static void setPutFeedPageCode(boolean value)
           
static void setShowInTaskbar(boolean value)
           
static void setSimple(boolean value)
           
static void setUnicodeDouble(boolean value)
           
static void setUnicodeSingle(boolean value)
           
static void setViewerWpfIcon(java.lang.Object value)
           
static void setZoomX(java.lang.String value)
           
static void setZoomY(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewerOptions.DotMatrix

public ViewerOptions.DotMatrix()
Method Detail

getShowInTaskbar

public static boolean getShowInTaskbar()

setShowInTaskbar

public static void setShowInTaskbar(boolean value)

getDefaultEncodings

public static java.lang.String[] getDefaultEncodings()

setDefaultEncodings

public static void setDefaultEncodings(java.lang.String[] value)

getGroupBoxBorderType

public static boolean getGroupBoxBorderType()

setGroupBoxBorderType

public static void setGroupBoxBorderType(boolean value)

getGroupBoxEncoding

public static boolean getGroupBoxEncoding()
Gets or sets a value which controls collapsing of the Group Box Encoding of the Dot-Matrix window of the report.


setGroupBoxEncoding

public static void setGroupBoxEncoding(boolean value)

getGroupBoxRefresh

public static boolean getGroupBoxRefresh()
Gets or sets a value which controls collapsing of the Group Box Rrefresh of the Dot-Matrix window of the report.


setGroupBoxRefresh

public static void setGroupBoxRefresh(boolean value)

getGroupBoxSettings

public static boolean getGroupBoxSettings()
Gets or sets a value which contols a collapsing of the Group Box Settings of the Dot-Matrix window of the report.


setGroupBoxSettings

public static void setGroupBoxSettings(boolean value)

getGroupBoxZoom

public static boolean getGroupBoxZoom()
Gets or sets a value which controls a collapsing of the Group Box Zoom.


setGroupBoxZoom

public static void setGroupBoxZoom(boolean value)

getDotMatrixMode

public static boolean getDotMatrixMode()
Gets or sets a value which controls a visibillity of the Dot-Matrix Mode button of the report.


setDotMatrixMode

public static void setDotMatrixMode(boolean value)

getCutLongLines

public static boolean getCutLongLines()

setCutLongLines

public static void setCutLongLines(boolean value)

getDrawBorder

public static boolean getDrawBorder()

setDrawBorder

public static void setDrawBorder(boolean value)

getKillSpaceLines

public static boolean getKillSpaceLines()

setKillSpaceLines

public static void setKillSpaceLines(boolean value)

getKillSpaceGraphLines

public static boolean getKillSpaceGraphLines()

setKillSpaceGraphLines

public static void setKillSpaceGraphLines(boolean value)

getPutFeedPageCode

public static boolean getPutFeedPageCode()

setPutFeedPageCode

public static void setPutFeedPageCode(boolean value)

getSimple

public static boolean getSimple()

setSimple

public static void setSimple(boolean value)

getUnicodeSingle

public static boolean getUnicodeSingle()

setUnicodeSingle

public static void setUnicodeSingle(boolean value)

getUnicodeDouble

public static boolean getUnicodeDouble()

setUnicodeDouble

public static void setUnicodeDouble(boolean value)

getAutoRefresh

public static boolean getAutoRefresh()

setAutoRefresh

public static void setAutoRefresh(boolean value)

getZoomX

public static java.lang.String getZoomX()

setZoomX

public static void setZoomX(java.lang.String value)

getZoomY

public static java.lang.String getZoomY()

setZoomY

public static void setZoomY(java.lang.String value)

getEncoding

public static int getEncoding()

setEncoding

public static void setEncoding(int value)

getViewerWpfIcon

public static java.lang.Object getViewerWpfIcon()

setViewerWpfIcon

public static void setViewerWpfIcon(java.lang.Object value)