|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Alignment
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheAlignment interface defines the text or the image alignment settings.
Decoration| Method Summary | |
|---|---|
HAlignmentType |
getHorizontal()
Returns the horizontal alignment. |
VAlignmentType |
getVertical()
Returns the vertical alignment. |
boolean |
getWrapText()
Checks if the text can be wrapped. |
void |
setHorizontal(HAlignmentType type)
Changes the horizontal alignment. |
void |
setVertical(VAlignmentType type)
Changes the vertical alignment. |
void |
setWrapText(boolean wrap)
Sets the WrapText attribute. |
| Method Detail |
|---|
HAlignmentType getHorizontal()
void setHorizontal(HAlignmentType type)
type - the new horizontal alignment, or null to take the horizontal alignment of
a parent element
java.lang.NullPointerException - when type is null and there is no parentVAlignmentType getVertical()
void setVertical(VAlignmentType type)
type - the new vertical alignment, or null to take the vertical alignment of
a parent element
java.lang.NullPointerException - when type is null and there is no parentboolean getWrapText()
true when text can be wrappedvoid setWrapText(boolean wrap)
wrap - when true, text can be wrapped
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||