net.sf.dc.core
Class Repository.reportsettings

java.lang.Object
  extended bynet.sf.dc.core.Repository.reportsettings
Enclosing class:
Repository

public static final class Repository.reportsettings
extends java.lang.Object


Field Summary
static java.lang.String stAuthor
           
static java.lang.String stCreateIndex
           
static java.lang.String stFieldDefinitions
           
static java.lang.String stFileExtension
           
static java.lang.String stFooterBackgroundColor
           
static java.lang.String stFooterColor
           
static java.lang.String stFooterFont
           
static java.lang.String stFooterValue
           
static java.lang.String stHeaderBackgroundColor
           
static java.lang.String stHeaderColor
           
static java.lang.String stHeaderFont
           
static java.lang.String stHeaderValue
           
static java.lang.String stLabelBackgroundColor
           
static java.lang.String stLabelBorderBottom
           
static java.lang.String stLabelBorderColor
           
static java.lang.String stLabelBorderLeft
           
static java.lang.String stLabelBorderRight
           
static java.lang.String stLabelBorderTop
           
static java.lang.String stLabelColor
           
static java.lang.String stLabelFont
           
static java.lang.String stLabelPosition
           
static java.lang.String stPageLayoutLandscape
           
static java.lang.String stReportType
           
static java.lang.String stShowFooter
           
static java.lang.String stShowHeader
           
static java.lang.String stTarget
           
static java.lang.String stTextBackgroundcolor
           
static java.lang.String stTextBorderBottom
           
static java.lang.String stTextBorderColor
           
static java.lang.String stTextBorderLeft
           
static java.lang.String stTextBorderRight
           
static java.lang.String stTextBorderTop
           
static java.lang.String stTextColor
           
static java.lang.String stTextFont
           
 
Constructor Summary
Repository.reportsettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stFileExtension

public static final java.lang.String stFileExtension
See Also:
Constant Field Values

stAuthor

public static final java.lang.String stAuthor
See Also:
Constant Field Values

stFieldDefinitions

public static final java.lang.String stFieldDefinitions
See Also:
Constant Field Values

stLabelBorderColor

public static final java.lang.String stLabelBorderColor
See Also:
Constant Field Values

stTextBorderColor

public static final java.lang.String stTextBorderColor
See Also:
Constant Field Values

stTextBorderRight

public static final java.lang.String stTextBorderRight
See Also:
Constant Field Values

stTextBorderBottom

public static final java.lang.String stTextBorderBottom
See Also:
Constant Field Values

stTextBorderTop

public static final java.lang.String stTextBorderTop
See Also:
Constant Field Values

stTextBorderLeft

public static final java.lang.String stTextBorderLeft
See Also:
Constant Field Values

stLabelBorderRight

public static final java.lang.String stLabelBorderRight
See Also:
Constant Field Values

stLabelBorderBottom

public static final java.lang.String stLabelBorderBottom
See Also:
Constant Field Values

stLabelBorderTop

public static final java.lang.String stLabelBorderTop
See Also:
Constant Field Values

stLabelBorderLeft

public static final java.lang.String stLabelBorderLeft
See Also:
Constant Field Values

stLabelPosition

public static final java.lang.String stLabelPosition
See Also:
Constant Field Values

stReportType

public static final java.lang.String stReportType
See Also:
Constant Field Values

stTarget

public static final java.lang.String stTarget
See Also:
Constant Field Values

stCreateIndex

public static final java.lang.String stCreateIndex
See Also:
Constant Field Values

stFooterFont

public static final java.lang.String stFooterFont
See Also:
Constant Field Values

stFooterColor

public static final java.lang.String stFooterColor
See Also:
Constant Field Values

stFooterBackgroundColor

public static final java.lang.String stFooterBackgroundColor
See Also:
Constant Field Values

stHeaderFont

public static final java.lang.String stHeaderFont
See Also:
Constant Field Values

stHeaderColor

public static final java.lang.String stHeaderColor
See Also:
Constant Field Values

stHeaderBackgroundColor

public static final java.lang.String stHeaderBackgroundColor
See Also:
Constant Field Values

stHeaderValue

public static final java.lang.String stHeaderValue
See Also:
Constant Field Values

stFooterValue

public static final java.lang.String stFooterValue
See Also:
Constant Field Values

stShowHeader

public static final java.lang.String stShowHeader
See Also:
Constant Field Values

stShowFooter

public static final java.lang.String stShowFooter
See Also:
Constant Field Values

stTextFont

public static final java.lang.String stTextFont
See Also:
Constant Field Values

stTextColor

public static final java.lang.String stTextColor
See Also:
Constant Field Values

stTextBackgroundcolor

public static final java.lang.String stTextBackgroundcolor
See Also:
Constant Field Values

stLabelFont

public static final java.lang.String stLabelFont
See Also:
Constant Field Values

stLabelColor

public static final java.lang.String stLabelColor
See Also:
Constant Field Values

stLabelBackgroundColor

public static final java.lang.String stLabelBackgroundColor
See Also:
Constant Field Values

stPageLayoutLandscape

public static final java.lang.String stPageLayoutLandscape
See Also:
Constant Field Values
Constructor Detail

Repository.reportsettings

public Repository.reportsettings()