|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.doc.PreferredWidth
public class PreferredWidth
An PreferredWidth class that specifies the preferred total width of the table of which this row is a part.
| Constructor Summary | |
|---|---|
PreferredWidth(WidthType type,
short value)
Create a new PreferredWidth object A enum element from WidthType that specifies the units of measurement for the Value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static PreferredWidth |
getAuto()
Get an instance of PreferredWidth, this instance indicates thie preferred width is auto. |
static PreferredWidth |
getNone()
Get an instance of PreferredWidth, this instance indicates thie preferred width is not specified. |
WidthType |
getType()
A enum element from WidthType that specifies the units of measurement for the Value. |
float |
getValue()
An double value that specifies the preferred width |
int |
hashCode()
|
| Constructor Detail |
|---|
public PreferredWidth(WidthType type,
short value)
- value - An short value that specifies the preferred width| Method Detail |
|---|
public float getValue()
public WidthType getType()
public static PreferredWidth getAuto()
public static PreferredWidth getNone()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||