|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use Length | |
|---|---|
| com.sas.table | A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. |
| Uses of Length in com.sas.table |
|---|
| Methods in com.sas.table that return Length | |
|---|---|
Length |
CellStyle.getBottomMargin()
Returns the bottom margin to use. |
Length |
CellStyle.getLeftMargin()
Returns the left margin to use. |
Length |
CellVectorStyle.getMaxSize()
Returns the maximum size to enforce. |
Length |
CellVectorStyle.getMinSize()
Returns the minimum size to enforce. |
Length |
CellStyle.getRightMargin()
Returns the right margin to use. |
Length |
CellVectorStyle.getSize()
Returns the size to apply. |
Length |
CellStyle.getTopMargin()
Returns the top margin to use. |
Length |
BorderStyle.getWidth()
Returns the width (thickness). |
| Methods in com.sas.table with parameters of type Length | |
|---|---|
void |
CellStyle.setBottomMargin(Length newValue)
Specifies the bottom margin to use. |
void |
CellStyle.setLeftMargin(Length newValue)
Specifies the left margin to use. |
void |
CellStyle.setMargins(Length newValue)
Convenience method for setting all four margins to the same value. |
void |
CellVectorStyle.setMaxSize(Length newValue)
Specifies the maximum size to enforce. |
void |
CellVectorStyle.setMinSize(Length newValue)
Specifies the minimum size to enforce. |
void |
CellStyle.setRightMargin(Length newValue)
Specifies the right margin to use. |
void |
CellVectorStyle.setSize(Length newValue)
Specifies the size to apply. |
void |
CellStyle.setTopMargin(Length newValue)
Specifies the top margin to use. |
void |
BorderStyle.setWidth(Length newValue)
Specifies the width (thickness). |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||