sos.reports
Class ReportStyleConstants.TableConstants

java.lang.Object
  |
  +--sos.reports.ReportStyleConstants
        |
        +--sos.reports.ReportStyleConstants.TableConstants
Enclosing class:
ReportStyleConstants

public static class ReportStyleConstants.TableConstants
extends ReportStyleConstants

A typesafe enumeration of attributes that contribute to the visualization of a table.

Since:
1.0
See Also:
ReportStyleConstants.ObjectConstants

Nested Class Summary
 
Nested classes inherited from class sos.reports.ReportStyleConstants
ReportStyleConstants.ObjectConstants, ReportStyleConstants.TableConstants
 
Field Summary
static java.lang.Object BottomPadding
          Bottom margin.
static java.lang.Object ColumnCushionAfter
          Space after interior columns.
static java.lang.Object ColumnCushionBefore
          Space before interior columns.
static java.lang.Object FillProportion
          The relative amount of excess space to assume.
static java.lang.Object HorizontalAlignment
          Horizontal alignment of cell contents.
static java.lang.Object HorizontalGridFill
          Horizontal grid line coloring.
static java.lang.Object HorizontalGridThickness
          Horizontal grid line height.
static java.lang.Object KeptTogetherHorizontally
          Inability to break horizontally.
static java.lang.Object KeptTogetherVertically
          Inability to break vertically.
static java.lang.Object KeptWithNext
          Inability to break before next tier.
static java.lang.Object KeptWithPrevious
          Inability to break after previous tier.
static java.lang.Object LeftPadding
          Left margin.
static java.lang.Object OrphanColumnCount
          Number of orphan columns.
static java.lang.Object OrphanRowCount
          Number of orphan rows.
static java.lang.Object Padding
          Left, right, top, and bottom margins.
static java.lang.Object PageBreak
          Forced page break.
static java.lang.Object RightPadding
          Right margin.
static java.lang.Object RowCushionAfter
          Space after interior rows.
static java.lang.Object RowCushionBefore
          Space before interior rows.
static java.lang.Object TableFormat
          Table style.
static java.lang.Object TopPadding
          Top margin.
static java.lang.Object VerticalAlignment
          Vertical alignment of cell contents.
static java.lang.Object VerticalGridFill
          Vertical grid line coloring.
static java.lang.Object VerticalGridThickness
          Vertical grid line width.
static java.lang.Object WidowColumnCount
          Number of widow columns.
static java.lang.Object WidowRowCount
          Number of widow rows.
 
Fields inherited from class sos.reports.ReportStyleConstants
ALIGN_BOTTOM, ALIGN_TOP, AllCaps, AutoFit, BackgroundFill, BorderFill, BorderThickness, BottomBorderFill, BottomBorderThickness, DEFAULT_FORMAT, Format, LeftBorderFill, LeftBorderThickness, MinimumHeight, MinimumWidth, Renderer, ReportTemplate, RightBorderFill, RightBorderThickness, Rotation, Theme, ToolTip, TopBorderFill, TopBorderThickness, Wrapped
 
Methods inherited from class sos.reports.ReportStyleConstants
getBackgroundFill, getBorderFill, getBorderThickness, getBottomBorderFill, getBottomBorderThickness, getBottomPadding, getColumnCushionAfter, getColumnCushionBefore, getFillProportion, getFormat, getHorizontalAlignment, getHorizontalGridFill, getHorizontalGridThickness, getLeftBorderFill, getLeftBorderThickness, getLeftPadding, getMinimumHeight, getMinimumWidth, getOrphanColumnCount, getOrphanRowCount, getPadding, getRenderer, getReportTemplate, getRightBorderFill, getRightBorderThickness, getRightPadding, getRotation, getRowCushionAfter, getRowCushionBefore, getTableFormat, getTheme, getToolTip, getTopBorderFill, getTopBorderThickness, getTopPadding, getVerticalAlignment, getVerticalGridFill, getVerticalGridThickness, getWidowColumnCount, getWidowRowCount, isAllCaps, isAttributeInherited, isAutoFit, isKeptTogetherHorizontally, isKeptTogetherVertically, isKeptWithNext, isKeptWithPrevious, isPageBreak, isWrapped, setAllCaps, setAutoFit, setBackgroundFill, setBorderFill, setBorderThickness, setBottomBorderFill, setBottomBorderThickness, setBottomPadding, setColumnCushionAfter, setColumnCushionBefore, setFillProportion, setFormat, setHorizontalAlignment, setHorizontalGridFill, setHorizontalGridThickness, setKeptTogetherHorizontally, setKeptTogetherVertically, setKeptWithNext, setKeptWithPrevious, setLeftBorderFill, setLeftBorderThickness, setLeftPadding, setMinimumHeight, setMinimumWidth, setOrphanColumnCount, setOrphanRowCount, setPadding, setPageBreak, setRenderer, setReportTemplate, setRightBorderFill, setRightBorderThickness, setRightPadding, setRotation, setRowCushionAfter, setRowCushionBefore, setTableFormat, setTheme, setToolTip, setTopBorderFill, setTopBorderThickness, setTopPadding, setVerticalAlignment, setVerticalGridFill, setVerticalGridThickness, setWidowColumnCount, setWidowRowCount, setWrapped, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ColumnCushionAfter

public static final java.lang.Object ColumnCushionAfter
Space after interior columns.


ColumnCushionBefore

public static final java.lang.Object ColumnCushionBefore
Space before interior columns.


FillProportion

public static final java.lang.Object FillProportion
The relative amount of excess space to assume.


HorizontalGridFill

public static final java.lang.Object HorizontalGridFill
Horizontal grid line coloring.


HorizontalGridThickness

public static final java.lang.Object HorizontalGridThickness
Horizontal grid line height.


VerticalGridFill

public static final java.lang.Object VerticalGridFill
Vertical grid line coloring.


VerticalGridThickness

public static final java.lang.Object VerticalGridThickness
Vertical grid line width.


RowCushionAfter

public static final java.lang.Object RowCushionAfter
Space after interior rows.


RowCushionBefore

public static final java.lang.Object RowCushionBefore
Space before interior rows.


HorizontalAlignment

public static final java.lang.Object HorizontalAlignment
Horizontal alignment of cell contents.


KeptTogetherHorizontally

public static final java.lang.Object KeptTogetherHorizontally
Inability to break horizontally.


KeptTogetherVertically

public static final java.lang.Object KeptTogetherVertically
Inability to break vertically.


KeptWithNext

public static final java.lang.Object KeptWithNext
Inability to break before next tier.


KeptWithPrevious

public static final java.lang.Object KeptWithPrevious
Inability to break after previous tier.


PageBreak

public static final java.lang.Object PageBreak
Forced page break.


VerticalAlignment

public static final java.lang.Object VerticalAlignment
Vertical alignment of cell contents.


Padding

public static final java.lang.Object Padding
Left, right, top, and bottom margins.


LeftPadding

public static final java.lang.Object LeftPadding
Left margin.


RightPadding

public static final java.lang.Object RightPadding
Right margin.


TopPadding

public static final java.lang.Object TopPadding
Top margin.


BottomPadding

public static final java.lang.Object BottomPadding
Bottom margin.


TableFormat

public static final java.lang.Object TableFormat
Table style.


OrphanRowCount

public static final java.lang.Object OrphanRowCount
Number of orphan rows.


OrphanColumnCount

public static final java.lang.Object OrphanColumnCount
Number of orphan columns.


WidowRowCount

public static final java.lang.Object WidowRowCount
Number of widow rows.


WidowColumnCount

public static final java.lang.Object WidowColumnCount
Number of widow columns.



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.