com.stimulsoft.report.options
Class ExportOptions.StiCheckBoxExcelValueParameters

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions.StiCheckBoxExcelValueParameters
Enclosing class:
ExportOptions

public static final class ExportOptions.StiCheckBoxExcelValueParameters
extends java.lang.Object

Class for adjustment of the StiCheckBoxExcelValue parameters


Constructor Summary
ExportOptions.StiCheckBoxExcelValueParameters()
           
 
Method Summary
static StiFont getFont()
          Gets or sets a default font of text
static StiTextHorAlignment getHorAlignment()
          Gets or sets a default horizontal alignment of text
static StiVertAlignment getVertAlignment()
          Gets or sets a default vertical alignment of text
static void setFont(StiFont value)
           
static void setHorAlignment(StiTextHorAlignment value)
           
static void setVertAlignment(StiVertAlignment value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.StiCheckBoxExcelValueParameters

public ExportOptions.StiCheckBoxExcelValueParameters()
Method Detail

getFont

public static StiFont getFont()
Gets or sets a default font of text


setFont

public static void setFont(StiFont value)

getHorAlignment

public static StiTextHorAlignment getHorAlignment()
Gets or sets a default horizontal alignment of text


setHorAlignment

public static void setHorAlignment(StiTextHorAlignment value)

getVertAlignment

public static StiVertAlignment getVertAlignment()
Gets or sets a default vertical alignment of text


setVertAlignment

public static void setVertAlignment(StiVertAlignment value)