|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStyle
Represents the design time style for a report element in the scripting environment
Method Summary | |
---|---|
boolean |
canShrink()
Tests whether the section can shrink if the actual content is smaller than the design size. |
java.lang.String |
getBackgroundAttachment()
Returns a background attachment as a string. |
java.lang.String |
getBackgroundColor()
Get the background color. |
java.lang.String |
getBackgroundImage()
Returns the address of the background image. |
java.lang.String |
getBackGroundPositionX()
Get the x position for the background. |
java.lang.String |
getBackGroundPositionY()
Get the y position for the background. |
java.lang.String |
getBackgroundRepeat()
Returns the pattern of the repeat for a background image. |
java.lang.String |
getBorderBottomColor()
Get the color of the bottom side of the border. |
java.lang.String |
getBorderBottomStyle()
Returns the style of the bottom line of the border. |
java.lang.String |
getBorderBottomWidth()
Get the width of the bottom side of the border. |
java.lang.String |
getBorderLeftColor()
Get the color of the left side of the border. |
java.lang.String |
getBorderLeftStyle()
Returns the style of the left line of the border. |
java.lang.String |
getBorderLeftWidth()
Get the width of left side of the border. |
java.lang.String |
getBorderRightColor()
Get the color of the right side of the border. |
java.lang.String |
getBorderRightStyle()
Returns the style of the right line of the border. |
java.lang.String |
getBorderRightWidth()
Get the width of right side of the border. |
java.lang.String |
getBorderTopColor()
Get the color of the top side of the border. |
java.lang.String |
getBorderTopStyle()
Returns the style of the top line of the border. |
java.lang.String |
getBorderTopWidth()
Get the width of the top side of the border. |
java.lang.String |
getColor()
Get the font color. |
java.lang.String |
getDateTimeFormat()
Returns the pattern of the date-time-format. |
java.lang.String |
getDateTimeFormatCategory()
Returns the category of the date-time-format. |
java.lang.String |
getDisplay()
Returns the value that specifies if a top-level element should be a block or in-line element. |
java.lang.String |
getFontFamily()
Get the font family. |
java.lang.String |
getFontSize()
Get the font size. |
java.lang.String |
getFontStyle()
Returns the style of the font. |
java.lang.String |
getFontVariant()
Returns the variant of the font. |
java.lang.String |
getFontWeight()
Get the weight of the font. |
java.lang.String |
getLetterSpacing()
Get the spacing between individual letters. |
java.lang.String |
getLineHeight()
Get the height of a line. |
java.lang.String |
getMarginBottom()
Get the margin of the bottom side. |
java.lang.String |
getMarginLeft()
Get the margin of the left side. |
java.lang.String |
getMarginRight()
Get the margin of the right side. |
java.lang.String |
getMarginTop()
Get the margin of the top side. |
java.lang.String |
getMasterPage()
Returns the name of the master page on which to start this section. |
java.lang.String |
getNumberFormat()
Returns the pattern of a number format for a style. |
java.lang.String |
getNumberFormatCategory()
Returns the category of a number format for a style. |
java.lang.String |
getOrphans()
Returns the value of orphans. |
java.lang.String |
getPaddingBottom()
Get the padding of the bottom side. |
java.lang.String |
getPaddingLeft()
Get the padding of the left side. |
java.lang.String |
getPaddingRight()
Get the padding of the right side. |
java.lang.String |
getPaddingTop()
Get the padding of the top side. |
java.lang.String |
getPageBreakAfter()
Returns the page break after property for block-level elements. |
java.lang.String |
getPageBreakBefore()
Returns the page break before property for block-level elements. |
java.lang.String |
getPageBreakInside()
Returns the page break inside property for block-level elements. |
boolean |
getShowIfBlank()
Tests whether to show this frame even if it is empty, or all its data elements are empty. |
java.lang.String |
getStringFormat()
Returns the pattern of a string format. |
java.lang.String |
getStringFormatCategory()
Returns the category of a string format. |
java.lang.String |
getTextAlign()
Returns the text align for block-level elements. |
java.lang.String |
getTextDirection()
Returns the value of direction property. |
java.lang.String |
getTextIndent()
Get the text indent. |
java.lang.String |
getTextLineThrough()
Returns one 'text-decoration' property to set line-through styles. |
java.lang.String |
getTextOverline()
Returns one 'text-decoration' property to set overline styles. |
java.lang.String |
getTextTransform()
Returns the value to transform the text. |
java.lang.String |
getTextUnderline()
Returns one 'text-decoration' property to set underline styles. |
java.lang.String |
getVerticalAlign()
Returns the value of the vertical align property for inline elements. |
java.lang.String |
getWhiteSpace()
Returns the white space for block elements. |
java.lang.String |
getWidows()
Returns the value of widows. |
java.lang.String |
getWordSpacing()
Get the spacing between two words. |
void |
setBackgroundAttachment(java.lang.String value)
Sets the background attachment. |
void |
setBackgroundColor(java.lang.String color)
Set the background color. |
void |
setBackgroundImage(java.lang.String value)
Sets the address of the background image. |
void |
setBackGroundPositionX(java.lang.String x)
Set the x position for the background. |
void |
setBackGroundPositionY(java.lang.String y)
Set the y position for the background. |
void |
setBackgroundRepeat(java.lang.String value)
Sets the repeat pattern for a background image. |
void |
setBorderBottomColor(java.lang.String color)
Set the color of the bottom side of the border. |
void |
setBorderBottomStyle(java.lang.String value)
Sets the style of the bottom line of the border. |
void |
setBorderBottomWidth(java.lang.String width)
Set the width of the bottom side of the border. |
void |
setBorderLeftColor(java.lang.String color)
Set the color of the left side of the border. |
void |
setBorderLeftStyle(java.lang.String value)
Sets the style of the left line of the border. |
void |
setBorderLeftWidth(java.lang.String width)
Set the width of left side of the border. |
void |
setBorderRightColor(java.lang.String color)
Set the color of the right side of the border. |
void |
setBorderRightStyle(java.lang.String value)
Sets the style of the right line of the border. |
void |
setBorderRightWidth(java.lang.String width)
Set the width of the right side of the border. |
void |
setBorderTopColor(java.lang.String color)
Set the color of the top side of the border. |
void |
setBorderTopStyle(java.lang.String value)
Sets the style of the top line of the border. |
void |
setBorderTopWidth(java.lang.String width)
Set the width of the top side of the border. |
void |
setCanShrink(boolean value)
Sets whether the section can shrink if the actual content is smaller than the design size. |
void |
setColor(java.lang.String color)
Set the font color. |
void |
setDateTimeFormat(java.lang.String pattern)
Sets the pattern of a date time format for a highlight rule. |
void |
setDateTimeFormatCategory(java.lang.String pattern)
Sets the category of a number format. |
void |
setDisplay(java.lang.String value)
Sets the value that specifies if a top-level element should be a block or in-line element. |
void |
setFontFamily(java.lang.String fontFamily)
Set the font family. |
void |
setFontSize(java.lang.String fontSize)
Set the font size. |
void |
setFontStyle(java.lang.String fontStyle)
Sets the style of the font. |
void |
setFontVariant(java.lang.String fontVariant)
Sets the variant of the font. |
void |
setFontWeight(java.lang.String fontWeight)
Sets the weight of the font. |
void |
setLetterSpacing(java.lang.String spacing)
Set the spacing between individual letters. |
void |
setLineHeight(java.lang.String height)
Set the height of a line. |
void |
setMarginBottom(java.lang.String margin)
Set the margin of the bottom side. |
void |
setMarginLeft(java.lang.String margin)
Set the margin of the left side. |
void |
setMarginRight(java.lang.String margin)
Set the margin of the right side. |
void |
setMarginTop(java.lang.String margin)
Set the margin of the top side. |
void |
setMasterPage(java.lang.String value)
Sets the master page name on which to start this section. |
void |
setNumberFormat(java.lang.String pattern)
Sets the pattern of a number format. |
void |
setNumberFormatCategory(java.lang.String category)
Sets the category of a number format for a highlight rule. |
void |
setOrphans(java.lang.String value)
Sets the orphans property. |
void |
setPaddingBottom(java.lang.String padding)
Set the padding of the bottom side. |
void |
setPaddingLeft(java.lang.String padding)
Set the padding of the left side. |
void |
setPaddingRight(java.lang.String padding)
Set the padding of the right side. |
void |
setPaddingTop(java.lang.String padding)
Set the padding of the top side. |
void |
setPageBreakAfter(java.lang.String value)
Sets the page break after property for block-level elements. |
void |
setPageBreakBefore(java.lang.String value)
Sets the page break before property for block-level elements. |
void |
setPageBreakInside(java.lang.String value)
Sets the page break inside property for block-level elements. |
void |
setShowIfBlank(boolean value)
Sets whether to show this frame even if it is empty, or all its data elements are empty. |
void |
setStringFormat(java.lang.String pattern)
Sets the pattern of a string format. |
void |
setStringFormatCategory(java.lang.String pattern)
Sets the category of a string format. |
void |
setTextAlign(java.lang.String value)
Sets the text align for block-level elements. |
void |
setTextDirection(java.lang.String value)
Sets the Bidi direction property. |
void |
setTextIndent(java.lang.String indent)
Set the text indent. |
void |
setTextLineThrough(java.lang.String value)
Sets one 'text-decoration' property to set line-through styles. |
void |
setTextOverline(java.lang.String value)
Sets one 'text-decoration' property to set overline styles. |
void |
setTextTransform(java.lang.String value)
Sets the value used to transform the text. |
void |
setTextUnderline(java.lang.String value)
Sets one 'text-decoration' property to set underline styles. |
void |
setVerticalAlign(java.lang.String value)
Sets the value of the vertical align property for inline elements. |
void |
setWhiteSpace(java.lang.String value)
Sets the white space property for block elements. |
void |
setWidows(java.lang.String value)
Sets the widows property. |
void |
setWordSpacing(java.lang.String spacing)
Set the spacing between two words. |
Method Detail |
---|
java.lang.String getBackgroundAttachment()
DesignChoiceConstants
and can be one of:
void setBackgroundAttachment(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
value
- the new background attachment
SemanticException
- if the value is not one of the above.java.lang.String getBackgroundImage()
void setBackgroundImage(java.lang.String value) throws SemanticException
value
- the new background image address
SemanticException
- if the property is lockedjava.lang.String getBackgroundRepeat()
DesignChoiceConstants
and can be one
of:
void setBackgroundRepeat(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
value
- the new repeat pattern
SemanticException
- if the value is not one of the above.java.lang.String getBorderBottomStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
void setBorderBottomStyle(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the bottom line
SemanticException
- if the value is not one of the above.java.lang.String getBorderLeftStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
void setBorderLeftStyle(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the left line
SemanticException
- if the value is not one of the above.java.lang.String getBorderRightStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
void setBorderRightStyle(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the right line
SemanticException
- if the value is not one of the above.java.lang.String getBorderTopStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
void setBorderTopStyle(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the right line
SemanticException
- if the value is not one of the above.boolean canShrink()
true
if can shrink, otherwise false
setCanShrink(boolean)
void setCanShrink(boolean value) throws SemanticException
value
- true
if can shrink, false
not.
SemanticException
- if the property is lockedcanShrink()
java.lang.String getStringFormat()
void setStringFormat(java.lang.String pattern) throws SemanticException
pattern
- the pattern of a string forma
SemanticException
- if the property is lockedjava.lang.String getStringFormatCategory()
void setStringFormatCategory(java.lang.String pattern) throws SemanticException
pattern
can be
one of:
DesignChoiceConstants.STRING_FORMAT_TYPE_UNFORMATTED
DesignChoiceConstants.STRING_FORMAT_TYPE_UPPERCASE
DesignChoiceConstants.STRING_FORMAT_TYPE_LOWERCASE
DesignChoiceConstants.STRING_FORMAT_TYPE_CUSTOM
DesignChoiceConstants.STRING_FORMAT_TYPE_ZIP_CODE
DesignChoiceConstants.STRING_FORMAT_TYPE_ZIP_CODE_4
DesignChoiceConstants.STRING_FORMAT_TYPE_PHONE_NUMBER
DesignChoiceConstants.STRING_FORMAT_TYPE_SOCIAL_SECURITY_NUMBER
pattern
- the category of a string format
SemanticException
- if pattern
is not one of the above values.java.lang.String getNumberFormat()
void setNumberFormat(java.lang.String pattern) throws SemanticException
pattern
- the pattern of a number format
SemanticException
- if the property is lockedjava.lang.String getNumberFormatCategory()
void setNumberFormatCategory(java.lang.String category) throws SemanticException
pattern
can be one of:
DesignChoiceConstants.NUMBER_FORMAT_TYPE_UNFORMATTED
DesignChoiceConstants.NUMBER_FORMAT_TYPE_GENERAL_NUMBER
DesignChoiceConstants.NUMBER_FORMAT_TYPE_CURRENCY
DesignChoiceConstants.NUMBER_FORMAT_TYPE_FIXED
DesignChoiceConstants.NUMBER_FORMAT_TYPE_PERCENT
DesignChoiceConstants.NUMBER_FORMAT_TYPE_SCIENTIFIC
DesignChoiceConstants.NUMBER_FORMAT_TYPE_STANDARD
DesignChoiceConstants.NUMBER_FORMAT_TYPE_CUSTOM
category
- the category of a number format
SemanticException
- if category
is not one of the above values.java.lang.String getDateTimeFormat()
void setDateTimeFormat(java.lang.String pattern) throws SemanticException
pattern
- the pattern of a date time format
SemanticException
- if the property is lockedjava.lang.String getDateTimeFormatCategory()
void setDateTimeFormatCategory(java.lang.String pattern) throws SemanticException
pattern
can be
one of:
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_UNFORMATTED
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_GENERAL_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_LONG_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_MUDIUM_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_SHORT_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_LONG_TIME
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_MEDIUM_TIME
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_SHORT_TIME
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_CUSTOM
pattern
- the category of a date-time format
SemanticException
- if pattern
is not one of the above values.java.lang.String getDisplay()
DesignChoiceConstants
and can be one of:
DISPLAY_NONE
DISPLAY_INLINE
DISPLAY_BLOCK
void setDisplay(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
DISPLAY_NONE
DISPLAY_INLINE
DISPLAY_BLOCK
value
- the new display value
SemanticException
- if the value is not one of the above.java.lang.String getMasterPage()
setMasterPage(String)
void setMasterPage(java.lang.String value) throws SemanticException
value
- the new master page name
SemanticException
- if the property is lockedgetMasterPage()
java.lang.String getOrphans()
DesignChoiceConstants
:
ORPHANS_INHERIT
setOrphans(String)
void setOrphans(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
ORPHANS_INHERIT
value
- the new orphans property
SemanticException
- if the value is not an integer or one of the above constants.getOrphans()
java.lang.String getPageBreakAfter()
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
void setPageBreakAfter(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
value
- the new page break after property
SemanticException
- if the value is not pre-defined.java.lang.String getPageBreakBefore()
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
void setPageBreakBefore(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
value
- the new page break before property
SemanticException
- if the value is not one of the above.java.lang.String getPageBreakInside()
DesignChoiceConstants
:
PAGEBREAK_INSIDE_AVOID
PAGEBREAK_INSIDE_AUTO
PAGEBREAK_INSIDE_INHERIT
void setPageBreakInside(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
PAGEBREAK_INSIDE_AVOID
PAGEBREAK_INSIDE_AUTO
PAGEBREAK_INSIDE_INHERIT
value
- the new page break inside property
SemanticException
- if the value is not one of the above.boolean getShowIfBlank()
false
, the section is
automatically hidden when empty.
true
if show-if-blank, otherwise
false
setShowIfBlank(boolean)
void setShowIfBlank(boolean value) throws SemanticException
value
- true
if show the frame. false
not.
SemanticException
- if the property is lockedgetShowIfBlank()
java.lang.String getTextUnderline()
DesignChoiceConstants
:
TEXT_UNDERLINE_NONE
TEXT_UNDERLINE_UNDERLINE
void setTextUnderline(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
TEXT_UNDERLINE_NONE
TEXT_UNDERLINE_UNDERLINE
value
- the new text underline
SemanticException
- if the value is not pre-defined.java.lang.String getTextOverline()
DesignChoiceConstants
:
TEXT_OVERLINE_NONE
TEXT_OVERLINE_OVERLINE
void setTextOverline(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
TEXT_OVERLINE_NONE
TEXT_OVERLINE_OVERLINE
value
- the new text overline value
SemanticException
- if the value is not one of the above.java.lang.String getTextLineThrough()
DesignChoiceConstants
:
TEXT_LINE_THROUGH_NONE
TEXT_LINE_THROUGH_LINE_THROUGH
void setTextLineThrough(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
TEXT_LINE_THROUGH_NONE
TEXT_LINE_THROUGH_LINE_THROUGH
value
- the new text line-through value
SemanticException
- if the value is not one of the above.java.lang.String getTextAlign()
DesignChoiceConstants
:
TEXT_ALIGN_LEFT
TEXT_ALIGN_CENTER
TEXT_ALIGN_RIGHT
TEXT_ALIGN_JUSTIFY
void setTextAlign(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
TEXT_ALIGN_LEFT
TEXT_ALIGN_CENTER
TEXT_ALIGN_RIGHT
TEXT_ALIGN_JUSTIFY
value
- the new text align
SemanticException
- if the value is not one of the above.java.lang.String getTextTransform()
DesignChoiceConstants
:
TRANSFORM_CAPITALIZE
TRANSFORM_UPPERCASE
TRANSFORM_LOWERCASE
TRANSFORM_NONE
void setTextTransform(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
TRANSFORM_CAPITALIZE
TRANSFORM_UPPERCASE
TRANSFORM_LOWERCASE
TRANSFORM_NONE
value
- the new text transform
SemanticException
- if the value is not one of the above.java.lang.String getVerticalAlign()
DesignChoiceConstants
and can
be one of:
void setVerticalAlign(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be
one of:
value
- the new vertical align
SemanticException
- if the value is not one of the above.java.lang.String getWhiteSpace()
DesignChoiceConstants
and can be one of:
WHITE_SPACE_NORMAL
WHITE_SPACE_PRE
WHITE_SPACE_NOWRAP
void setWhiteSpace(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
WHITE_SPACE_NORMAL
WHITE_SPACE_PRE
WHITE_SPACE_NOWRAP
value
- the new white space
SemanticException
- if the value is not one of the above.java.lang.String getWidows()
DesignChoiceConstants
:
WIDOWS_INHERIT
setWidows(String)
void setWidows(java.lang.String value) throws SemanticException
DesignChoiceConstants
:
WIDOWS_INHERIT
value
- the new windows property
SemanticException
- if the value is not an integer or one of the above constants.getWidows()
java.lang.String getColor()
void setColor(java.lang.String color) throws SemanticException
color
-
SemanticException
java.lang.String getBackgroundColor()
void setBackgroundColor(java.lang.String color) throws SemanticException
color
-
SemanticException
java.lang.String getBorderTopColor()
void setBorderTopColor(java.lang.String color) throws SemanticException
color
-
SemanticException
java.lang.String getBorderLeftColor()
void setBorderLeftColor(java.lang.String color) throws SemanticException
color
-
SemanticException
java.lang.String getBorderRightColor()
void setBorderRightColor(java.lang.String color) throws SemanticException
color
-
SemanticException
java.lang.String getBorderBottomColor()
void setBorderBottomColor(java.lang.String color) throws SemanticException
color
-
SemanticException
java.lang.String getBackGroundPositionX()
void setBackGroundPositionX(java.lang.String x) throws SemanticException
x
-
SemanticException
java.lang.String getBackGroundPositionY()
void setBackGroundPositionY(java.lang.String y) throws SemanticException
y
-
SemanticException
java.lang.String getLetterSpacing()
void setLetterSpacing(java.lang.String spacing) throws SemanticException
spacing
-
SemanticException
java.lang.String getLineHeight()
void setLineHeight(java.lang.String height) throws SemanticException
height
-
SemanticException
java.lang.String getTextIndent()
void setTextIndent(java.lang.String indent) throws SemanticException
indent
-
SemanticException
java.lang.String getWordSpacing()
void setWordSpacing(java.lang.String spacing) throws SemanticException
spacing
-
SemanticException
java.lang.String getBorderTopWidth()
void setBorderTopWidth(java.lang.String width) throws SemanticException
width
-
SemanticException
java.lang.String getBorderLeftWidth()
void setBorderLeftWidth(java.lang.String width) throws SemanticException
width
-
SemanticException
java.lang.String getBorderRightWidth()
void setBorderRightWidth(java.lang.String width) throws SemanticException
width
-
SemanticException
java.lang.String getBorderBottomWidth()
void setBorderBottomWidth(java.lang.String width) throws SemanticException
width
-
SemanticException
java.lang.String getMarginTop()
void setMarginTop(java.lang.String margin) throws SemanticException
margin
-
SemanticException
java.lang.String getMarginRight()
void setMarginRight(java.lang.String margin) throws SemanticException
margin
-
SemanticException
java.lang.String getMarginLeft()
void setMarginLeft(java.lang.String margin) throws SemanticException
margin
-
SemanticException
java.lang.String getMarginBottom()
void setMarginBottom(java.lang.String margin) throws SemanticException
margin
-
SemanticException
java.lang.String getPaddingTop()
void setPaddingTop(java.lang.String padding) throws SemanticException
padding
-
SemanticException
java.lang.String getPaddingRight()
void setPaddingRight(java.lang.String padding) throws SemanticException
padding
-
SemanticException
java.lang.String getPaddingLeft()
void setPaddingLeft(java.lang.String padding) throws SemanticException
padding
-
SemanticException
java.lang.String getPaddingBottom()
void setPaddingBottom(java.lang.String padding) throws SemanticException
padding
-
SemanticException
java.lang.String getFontSize()
void setFontSize(java.lang.String fontSize) throws SemanticException
fontSize
-
SemanticException
java.lang.String getFontFamily()
void setFontFamily(java.lang.String fontFamily) throws SemanticException
fontFamily
-
SemanticException
java.lang.String getFontWeight()
void setFontWeight(java.lang.String fontWeight) throws SemanticException
DesignChoiceConstants
:
FONT_WEIGHT_NORMAL
FONT_WEIGHT_BOLD
FONT_WEIGHT_BOLDER
FONT_WEIGHT_LIGHTER
FONT_WEIGHT_100
FONT_WEIGHT_200
FONT_WEIGHT_300
FONT_WEIGHT_400
FONT_WEIGHT_500
FONT_WEIGHT_600
FONT_WEIGHT_700
FONT_WEIGHT_800
FONT_WEIGHT_900
fontWeight
- the new font weight
SemanticException
- if the input value is not one of the above.java.lang.String getFontVariant()
DesignChoiceConstants
:
FONT_VARIANT_NORMAL
FONT_VARIANT_SMALL_CAPS
void setFontVariant(java.lang.String fontVariant) throws SemanticException
DesignChoiceConstants
:
FONT_VARIANT_NORMAL
FONT_VARIANT_SMALL_CAPS
fontVariant
- the new font variant.
SemanticException
- if the input value is not one of the above.java.lang.String getFontStyle()
DesignChoiceConstants
:
FONT_STYLE_NORMAL
FONT_STYLE_ITALIC
FONT_STYLE_OBLIQUE
void setFontStyle(java.lang.String fontStyle) throws SemanticException
DesignChoiceConstants
:
FONT_STYLE_NORMAL
FONT_STYLE_ITALIC
FONT_STYLE_OBLIQUE
fontStyle
- the new font style.
SemanticException
- if the input value is not one of the above.java.lang.String getTextDirection()
DesignChoiceConstants
and can be one of:
BIDI_DIRECTION_LTR
BIDI_DIRECTION_RTL
void setTextDirection(java.lang.String value) throws SemanticException
DesignChoiceConstants
and can be one of:
BIDI_DIRECTION_LTR
BIDI_DIRECTION_RTL
value
- the new direction value
SemanticException
- if the value is not one of the above.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |